Html Css Color HEX #6600BA Purple Heart

📋 copy color: '#6600BA'

red 102 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6600BA

Tints of Purple Heart #6600BA

RGB

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

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

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

R = 35.42%
G = 0%
B = 64.58%

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

#6600BA (or 0x6600BA) is known color: Purple Heart. HEX triplet: 66, 00 and BA. RGB value is (102,0,186). Sum of RGB (Red+Green+Blue) = 102+0+186=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #6600BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600BA is #99FF45. Grayscale: #333333. Windows color (decimal): -10092358 or 12189798. OLE color: 12189798.

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

Color convert

RGB 102 0 186 -
CMYK 0.45 1 0 0.27
HSL 272.9º 1% 0.36% -
HSV(B) 272.9º 1% 0.73% -
XYZ 14.34 6.37 46.93 -
YUV 51.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 102 0 186 0.45 1 0 0.27 272.9 1 0.36
Hex 66 0 BA 2D 64 0 1B 111 64 24
Octal 146 0 272 55 144 0 33 421 144 44
Binary 1100110 0 10111010 101101 1100100 0 11011 100010001 1100100 100100

Color Harmonies of #6600BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600BA

Black with #6600BA

Text Example


Text Example

White with #6600BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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