Html Css Color HEX #4C1CAC Purple Heart

📋 copy color: '#4C1CAC'

red 76 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #4C1CAC

Tints of Purple Heart #4C1CAC

RGB

 RED value IS 76 (30.08% from 255) = 27.54%

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 27.54%
G = 10.14%
B = 62.32%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C1CAC (or 0x4C1CAC) is known color: Purple Heart. HEX triplet: 4C, 1C and AC. RGB value is (76,28,172). Sum of RGB (Red+Green+Blue) = 76+28+172=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1CAC is #B3E353. Grayscale: #3A3A3A. Windows color (decimal): -11789140 or 11279436. OLE color: 11279436.

HSL color Cylindrical-coordinate representation of color #4C1CAC: hue angle of 260º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1CAC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 28 172 -
CMYK 0.56 0.84 0 0.33
HSL 260º 0.72% 0.39% -
HSV(B) 260º 0.84% 0.67% -
XYZ 10.84 5.35 39.49 -
YUV 58.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 76 28 172 0.56 0.84 0 0.33 260 0.72 0.39
Hex 4C 1C AC 38 54 0 21 104 48 27
Octal 114 34 254 70 124 0 41 404 110 47
Binary 1001100 11100 10101100 111000 1010100 0 100001 100000100 1001000 100111

Color Harmonies of #4C1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CAC

Black with #4C1CAC

Text Example


Text Example

White with #4C1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C1CAC; }

 p { color: rgb(76,28,172); }

 H1.HeaderClassName
 {
   color: #4C1CAC;
 }
 .AnyTagClassName
 {
   color: #4C1CAC;
 }
</style>

background-color css

<style>
 a { background-color: #4C1CAC; }

 a { background-color: rgb(76,28,172); }

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

border-color css

<style>
 span { border-color: #4C1CAC; }

 span { border-color: rgb(76,28,172); }

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