Html Css Color HEX #4C1AB4 Purple Heart

📋 copy color: '#4C1AB4'

red 76 ◦ green 26 ◦ blue 180

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

Shades of Purple Heart #4C1AB4

Tints of Purple Heart #4C1AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 180 (70.7% from 255) = 63.83%

R = 26.95%
G = 9.22%
B = 63.83%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4C1AB4 (or 0x4C1AB4) is known color: Purple Heart. HEX triplet: 4C, 1A and B4. RGB value is (76,26,180). Sum of RGB (Red+Green+Blue) = 76+26+180=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C1AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1AB4 is #B3E54B. Grayscale: #393939. Windows color (decimal): -11789644 or 11803212. OLE color: 11803212.

HSL color Cylindrical-coordinate representation of color #4C1AB4: hue angle of 259.48º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1AB4 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 26 180 -
CMYK 0.58 0.86 0 0.29
HSL 259.48º 0.75% 0.4% -
HSV(B) 259.48º 0.86% 0.71% -
XYZ 11.59 5.57 43.64 -
YUV 58.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 76 26 180 0.58 0.86 0 0.29 259.48 0.75 0.4
Hex 4C 1A B4 3A 56 0 1D 103 4B 28
Octal 114 32 264 72 126 0 35 403 113 50
Binary 1001100 11010 10110100 111010 1010110 0 11101 100000011 1001011 101000

Color Harmonies of #4C1AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1AB4

Black with #4C1AB4

Text Example


Text Example

White with #4C1AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,26,180); }

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

background-color css

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

 a { background-color: rgb(76,26,180); }

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

border-color css

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

 span { border-color: rgb(76,26,180); }

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