Html Css Color HEX #4C15AC Purple Heart

📋 copy color: '#4C15AC'

red 76 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #4C15AC

Tints of Purple Heart #4C15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 28.25%
G = 7.81%
B = 63.94%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C15AC (or 0x4C15AC) is known color: Purple Heart. HEX triplet: 4C, 15 and AC. RGB value is (76,21,172). Sum of RGB (Red+Green+Blue) = 76+21+172=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C15AC is #B3EA53. Grayscale: #363636. Windows color (decimal): -11790932 or 11277644. OLE color: 11277644.

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

Color convert

RGB 76 21 172 -
CMYK 0.56 0.88 0 0.33
HSL 261.85º 0.78% 0.38% -
HSV(B) 261.85º 0.88% 0.67% -
XYZ 10.7 5.05 39.44 -
YUV 54.66 194.22 143.22 -
System Red Green Blue C M Y K H S L
Decimal 76 21 172 0.56 0.88 0 0.33 261.85 0.78 0.38
Hex 4C 15 AC 38 58 0 21 106 4E 26
Octal 114 25 254 70 130 0 41 406 116 46
Binary 1001100 10101 10101100 111000 1011000 0 100001 100000110 1001110 100110

Color Harmonies of #4C15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C15AC

Black with #4C15AC

Text Example


Text Example

White with #4C15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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