Html Css Color HEX #6606BA Purple Heart

📋 copy color: '#6606BA'

red 102 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #6606BA

Tints of Purple Heart #6606BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 34.69%
G = 2.04%
B = 63.27%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6606BA (or 0x6606BA) is known color: Purple Heart. HEX triplet: 66, 06 and BA. RGB value is (102,6,186). Sum of RGB (Red+Green+Blue) = 102+6+186=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6606BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606BA is #99F945. Grayscale: #363636. Windows color (decimal): -10090822 or 12191334. OLE color: 12191334.

HSL color Cylindrical-coordinate representation of color #6606BA: hue angle of 272º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606BA is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 6 186 -
CMYK 0.45 0.97 0 0.27
HSL 272º 0.94% 0.38% -
HSV(B) 272º 0.97% 0.73% -
XYZ 14.41 6.5 46.95 -
YUV 55.22 201.8 161.36 -
System Red Green Blue C M Y K H S L
Decimal 102 6 186 0.45 0.97 0 0.27 272 0.94 0.38
Hex 66 6 BA 2D 61 0 1B 110 5E 26
Octal 146 6 272 55 141 0 33 420 136 46
Binary 1100110 110 10111010 101101 1100001 0 11011 100010000 1011110 100110

Color Harmonies of #6606BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6606BA

Black with #6606BA

Text Example


Text Example

White with #6606BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6606BA; }

 p { color: rgb(102,6,186); }

 H1.HeaderClassName
 {
   color: #6606BA;
 }
 .AnyTagClassName
 {
   color: #6606BA;
 }
</style>

background-color css

<style>
 a { background-color: #6606BA; }

 a { background-color: rgb(102,6,186); }

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

border-color css

<style>
 span { border-color: #6606BA; }

 span { border-color: rgb(102,6,186); }

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