Html Css Color HEX #662CAC Purple Heart

📋 copy color: '#662CAC'

red 102 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #662CAC

Tints of Purple Heart #662CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 32.08%
G = 13.84%
B = 54.09%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662CAC (or 0x662CAC) is known color: Purple Heart. HEX triplet: 66, 2C and AC. RGB value is (102,44,172). Sum of RGB (Red+Green+Blue) = 102+44+172=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #662CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662CAC is #99D353. Grayscale: #4B4B4B. Windows color (decimal): -10081108 or 11283558. OLE color: 11283558.

HSL color Cylindrical-coordinate representation of color #662CAC: hue angle of 267.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662CAC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 44 172 -
CMYK 0.41 0.74 0 0.33
HSL 267.19º 0.59% 0.42% -
HSV(B) 267.19º 0.74% 0.67% -
XYZ 13.83 7.6 39.77 -
YUV 75.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 102 44 172 0.41 0.74 0 0.33 267.19 0.59 0.42
Hex 66 2C AC 29 4A 0 21 10B 3B 2A
Octal 146 54 254 51 112 0 41 413 73 52
Binary 1100110 101100 10101100 101001 1001010 0 100001 100001011 111011 101010

Color Harmonies of #662CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662CAC

Black with #662CAC

Text Example


Text Example

White with #662CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662CAC; }

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

 H1.HeaderClassName
 {
   color: #662CAC;
 }
 .AnyTagClassName
 {
   color: #662CAC;
 }
</style>

background-color css

<style>
 a { background-color: #662CAC; }

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

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

border-color css

<style>
 span { border-color: #662CAC; }

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

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