#6402BB

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

Shades of Purple Heart #6402BB

Tints of Purple Heart #6402BB

Color information

#6402BB (or 0x6402BB) is unknown color: approx Purple Heart. HEX triplet: 64, 02 and BB. RGB value is (100,2,187). Sum of RGB (Red+Green+Blue) = 100+2+187=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #6402BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402BB is #9BFD44. Grayscale: #333333. Windows color (decimal): -10222917 or 12255844. OLE color: 12255844.

HSL color Cylindrical-coordinate representation of color #6402BB: hue angle of 271.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402BB is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1002187-
CMYK0.470.9900.27
HSL271.78º97.88%37.06%-
HSV(B)271.78º98.93%73.33%-
XYZ14.256.3447.49-
YUV52.39203.97161.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=34.60%
G=0.69%
B=64.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10021870.470.9900.27271.7897.8837.06
Hex642BB2F6301B1106225
Octal14422735714303342014245
Binary1100100101011101110111111000110110111000100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6402BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6402BB; }

 p { color: rgb(100,2,187); }

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

<style>
 a { background-color: #6402BB; }

 a { background-color: rgb(100,2,187); }

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

<style>
 span { border-color: #6402BB; }

 span { border-color: rgb(100,2,187); }

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