Html Css Color HEX #661EAC Purple Heart

📋 copy color: '#661EAC'

red 102 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #661EAC

Tints of Purple Heart #661EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 33.55%
G = 9.87%
B = 56.58%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661EAC (or 0x661EAC) is known color: Purple Heart. HEX triplet: 66, 1E and AC. RGB value is (102,30,172). Sum of RGB (Red+Green+Blue) = 102+30+172=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #661EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EAC is #99E153. Grayscale: #434343. Windows color (decimal): -10084692 or 11279974. OLE color: 11279974.

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

Color convert

RGB 102 30 172 -
CMYK 0.41 0.83 0 0.33
HSL 270.42º 0.7% 0.4% -
HSV(B) 270.42º 0.83% 0.67% -
XYZ 13.39 6.73 39.62 -
YUV 67.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 102 30 172 0.41 0.83 0 0.33 270.42 0.7 0.4
Hex 66 1E AC 29 53 0 21 10E 46 28
Octal 146 36 254 51 123 0 41 416 106 50
Binary 1100110 11110 10101100 101001 1010011 0 100001 100001110 1000110 101000

Color Harmonies of #661EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EAC

Black with #661EAC

Text Example


Text Example

White with #661EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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