Html Css Color HEX #660ABC Purple Heart

📋 copy color: '#660ABC'

red 102 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #660ABC

Tints of Purple Heart #660ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 34%
G = 3.33%
B = 62.67%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#660ABC (or 0x660ABC) is known color: Purple Heart. HEX triplet: 66, 0A and BC. RGB value is (102,10,188). Sum of RGB (Red+Green+Blue) = 102+10+188=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #660ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ABC is #99F543. Grayscale: #393939. Windows color (decimal): -10089796 or 12323430. OLE color: 12323430.

HSL color Cylindrical-coordinate representation of color #660ABC: hue angle of 271.01º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ABC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 10 188 -
CMYK 0.46 0.95 0 0.26
HSL 271.01º 0.9% 0.39% -
HSV(B) 271.01º 0.95% 0.74% -
XYZ 14.67 6.67 48.09 -
YUV 57.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 102 10 188 0.46 0.95 0 0.26 271.01 0.9 0.39
Hex 66 A BC 2E 5F 0 1A 10F 5A 27
Octal 146 12 274 56 137 0 32 417 132 47
Binary 1100110 1010 10111100 101110 1011111 0 11010 100001111 1011010 100111

Color Harmonies of #660ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ABC

Black with #660ABC

Text Example


Text Example

White with #660ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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