#6602BD

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

Shades of Purple Heart #6602BD

Tints of Purple Heart #6602BD

Color information

#6602BD (or 0x6602BD) is unknown color: approx Purple Heart. HEX triplet: 66, 02 and BD. RGB value is (102,2,189). Sum of RGB (Red+Green+Blue) = 102+2+189=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #6602BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6602BD is #99FD42. Grayscale: #343434. Windows color (decimal): -10091843 or 12386918. OLE color: 12386918.

HSL color Cylindrical-coordinate representation of color #6602BD: hue angle of 272.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602BD is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1022189-
CMYK0.460.9900.26
HSL272.09º97.91%37.45%-
HSV(B)272.09º98.94%74.12%-
XYZ14.696.5448.63-
YUV53.22204.63162.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=34.81%
G=0.68%
B=64.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10221890.460.9900.26272.0997.9137.45
Hex662BD2E6301A1106225
Octal14622755614303242014245
Binary1100110101011110110111011000110110101000100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6602BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6602BD; }

 p { color: rgb(102,2,189); }

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

<style>
 a { background-color: #6602BD; }

 a { background-color: rgb(102,2,189); }

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

<style>
 span { border-color: #6602BD; }

 span { border-color: rgb(102,2,189); }

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