#761BB1

Color #761BB1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #761BB1

Tints of Purple Heart #761BB1

Color information

#761BB1 (or 0x761BB1) is unknown color: approx Purple Heart. HEX triplet: 76, 1B and B1. RGB value is (118,27,177). Sum of RGB (Red+Green+Blue) = 118+27+177=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #761BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761BB1 is #89E44E. Grayscale: #464646. Windows color (decimal): -9036879 or 11606902. OLE color: 11606902.

HSL color Cylindrical-coordinate representation of color #761BB1: hue angle of 276.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761BB1 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11827177-
CMYK0.330.8500.31
HSL276.4º73.53%40%-
HSV(B)276.4º84.75%69.41%-
XYZ15.87.8142.27-
YUV71.31187.65161.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=36.65%
G=8.39%
B=54.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118271770.330.8500.31276.473.5340
Hex761BB1215501F1144a28
Octal166332614112503742411250
Binary1110110110111011000110000110101010111111000101001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761BB1; }

 p { color: rgb(118,27,177); }

 H1.HeaderClassName
 {
   color: #761BB1;
 }
 .AnyTagClassName
 {
   color: #761BB1;
 }
</style>
background-color css

<style>
 a { background-color: #761BB1; }

 a { background-color: rgb(118,27,177); }

 div.DivClassName
 {
   background-color: #761BB1;
 }
 .BgClassName
 {
   background-color: #761BB1;
 }
</style>
border-color css

<style>
 span { border-color: #761BB1; }

 span { border-color: rgb(118,27,177); }

 td.TdClassName
 {
   border-color: #761BB1;
 }
 .TagClassName
 {
   border-color: #761BB1;
 }
</style>