Html Css Color HEX #6600BB Purple Heart

📋 copy color: '#6600BB'

red 102 ◦ green 0 ◦ blue 187

#6600BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6600BB

Tints of Purple Heart #6600BB

RGB

 RED value IS 102 (40.23% from 255) = 35.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 64.71%

R = 35.29%
G = 0%
B = 64.71%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6600BB (or 0x6600BB) is known color: Purple Heart. HEX triplet: 66, 00 and BB. RGB value is (102,0,187). Sum of RGB (Red+Green+Blue) = 102+0+187=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 0 (0.39% from 255 or 0% 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 #6600BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600BB is #99FF44. Grayscale: #333333. Windows color (decimal): -10092357 or 12255334. OLE color: 12255334.

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

Color convert

RGB 102 0 187 -
CMYK 0.45 1 0 0.27
HSL 272.73º 1% 0.37% -
HSV(B) 272.73º 1% 0.73% -
XYZ 14.45 6.41 47.49 -
YUV 51.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 102 0 187 0.45 1 0 0.27 272.73 1 0.37
Hex 66 0 BB 2D 64 0 1B 111 64 25
Octal 146 0 273 55 144 0 33 421 144 45
Binary 1100110 0 10111011 101101 1100100 0 11011 100010001 1100100 100101

Color Harmonies of #6600BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600BB

Black with #6600BB

Text Example


Text Example

White with #6600BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6600BB;
 }
 .AnyTagClassName
 {
   color: #6600BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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