Html Css Color HEX #661AAB Purple Heart

📋 copy color: '#661AAB'

red 102 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #661AAB

Tints of Purple Heart #661AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 34.11%
G = 8.7%
B = 57.19%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661AAB (or 0x661AAB) is known color: Purple Heart. HEX triplet: 66, 1A and AB. RGB value is (102,26,171). Sum of RGB (Red+Green+Blue) = 102+26+171=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #661AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661AAB is #99E554. Grayscale: #404040. Windows color (decimal): -10085717 or 11213414. OLE color: 11213414.

HSL color Cylindrical-coordinate representation of color #661AAB: hue angle of 271.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661AAB is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 26 171 -
CMYK 0.40 0.85 0 0.33
HSL 271.45º 0.74% 0.39% -
HSV(B) 271.45º 0.85% 0.67% -
XYZ 13.2 6.5 39.09 -
YUV 65.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 102 26 171 0.40 0.85 0 0.33 271.45 0.74 0.39
Hex 66 1A AB 28 55 0 21 10F 4A 27
Octal 146 32 253 50 125 0 41 417 112 47
Binary 1100110 11010 10101011 101000 1010101 0 100001 100001111 1001010 100111

Color Harmonies of #661AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AAB

Black with #661AAB

Text Example


Text Example

White with #661AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661AAB; }

 p { color: rgb(102,26,171); }

 H1.HeaderClassName
 {
   color: #661AAB;
 }
 .AnyTagClassName
 {
   color: #661AAB;
 }
</style>

background-color css

<style>
 a { background-color: #661AAB; }

 a { background-color: rgb(102,26,171); }

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

border-color css

<style>
 span { border-color: #661AAB; }

 span { border-color: rgb(102,26,171); }

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