Html Css Color HEX #661EAB Purple Heart

📋 copy color: '#661EAB'

red 102 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #661EAB

Tints of Purple Heart #661EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

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

R = 33.66%
G = 9.9%
B = 56.44%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661EAB (or 0x661EAB) is known color: Purple Heart. HEX triplet: 66, 1E and AB. RGB value is (102,30,171). Sum of RGB (Red+Green+Blue) = 102+30+171=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #661EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EAB is #99E154. Grayscale: #434343. Windows color (decimal): -10084693 or 11214438. OLE color: 11214438.

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

Color convert

RGB 102 30 171 -
CMYK 0.40 0.82 0 0.33
HSL 270.64º 0.7% 0.39% -
HSV(B) 270.64º 0.82% 0.67% -
XYZ 13.29 6.69 39.12 -
YUV 67.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 102 30 171 0.40 0.82 0 0.33 270.64 0.7 0.39
Hex 66 1E AB 28 52 0 21 10F 46 27
Octal 146 36 253 50 122 0 41 417 106 47
Binary 1100110 11110 10101011 101000 1010010 0 100001 100001111 1000110 100111

Color Harmonies of #661EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EAB

Black with #661EAB

Text Example


Text Example

White with #661EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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