#6600bf

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

Shades of Purple Heart #6600BF

Tints of Purple Heart #6600BF

Color information

#6600BF (or 0x6600BF) is unknown color: approx Purple Heart. HEX triplet: 66, 00 and BF. RGB value is (102,0,191). Sum of RGB (Red+Green+Blue) = 102+0+191=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #6600BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600BF is #99FF40. Grayscale: #333333. Windows color (decimal): -10092353 or 12517478. OLE color: 12517478.

HSL color Cylindrical-coordinate representation of color #6600BF: hue angle of 272.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600BF is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1020191-
CMYK0.47100.25
HSL272.04º100%37.45%-
HSV(B)272.04º100%74.9%-
XYZ14.886.5949.78-
YUV52.27206.29163.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 65.19%
R=34.81%
G=0%
B=65.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10201910.47100.25272.0410037.45
Hex660BF2F640191106425
Octal14602775714403142014445
Binary110011001011111110111111001000110011000100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6600bf; }

 p { color: rgb(102,0,191); }

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

<style>
 a { background-color: #6600bf; }

 a { background-color: rgb(102,0,191); }

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

<style>
 span { border-color: #6600bf; }

 span { border-color: rgb(102,0,191); }

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