#6603BD

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

Shades of Purple Heart #6603BD

Tints of Purple Heart #6603BD

Color information

#6603BD (or 0x6603BD) is unknown color: approx Purple Heart. HEX triplet: 66, 03 and BD. RGB value is (102,3,189). Sum of RGB (Red+Green+Blue) = 102+3+189=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6603BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603BD is #99FC42. Grayscale: #353535. Windows color (decimal): -10091587 or 12387174. OLE color: 12387174.

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

Color convert

RGB1023189-
CMYK0.460.9800.26
HSL271.94º96.88%37.65%-
HSV(B)271.94º98.41%74.12%-
XYZ14.76.5648.64-
YUV53.8204.3162.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=34.69%
G=1.02%
B=64.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10231890.460.9800.26271.9496.8837.65
Hex663BD2E6201A1106126
Octal14632755614203242014146
Binary1100110111011110110111011000100110101000100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6603BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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