Html Css Color HEX #660ABA Purple Heart

📋 copy color: '#660ABA'

red 102 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #660ABA

Tints of Purple Heart #660ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 34.23%
G = 3.36%
B = 62.42%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#660ABA (or 0x660ABA) is known color: Purple Heart. HEX triplet: 66, 0A and BA. RGB value is (102,10,186). Sum of RGB (Red+Green+Blue) = 102+10+186=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #660ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ABA is #99F545. Grayscale: #383838. Windows color (decimal): -10089798 or 12192358. OLE color: 12192358.

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

Color convert

RGB 102 10 186 -
CMYK 0.45 0.95 0 0.27
HSL 271.36º 0.9% 0.38% -
HSV(B) 271.36º 0.95% 0.73% -
XYZ 14.45 6.59 46.96 -
YUV 57.57 200.48 159.69 -
System Red Green Blue C M Y K H S L
Decimal 102 10 186 0.45 0.95 0 0.27 271.36 0.9 0.38
Hex 66 A BA 2D 5F 0 1B 10F 5A 26
Octal 146 12 272 55 137 0 33 417 132 46
Binary 1100110 1010 10111010 101101 1011111 0 11011 100001111 1011010 100110

Color Harmonies of #660ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ABA

Black with #660ABA

Text Example


Text Example

White with #660ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660ABA; }

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

 H1.HeaderClassName
 {
   color: #660ABA;
 }
 .AnyTagClassName
 {
   color: #660ABA;
 }
</style>

background-color css

<style>
 a { background-color: #660ABA; }

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

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

border-color css

<style>
 span { border-color: #660ABA; }

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

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