Html Css Color HEX #4C25AA Purple Heart

📋 copy color: '#4C25AA'

red 76 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #4C25AA

Tints of Purple Heart #4C25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 26.86%
G = 13.07%
B = 60.07%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C25AA (or 0x4C25AA) is known color: Purple Heart. HEX triplet: 4C, 25 and AA. RGB value is (76,37,170). Sum of RGB (Red+Green+Blue) = 76+37+170=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C25AA is #B3DA55. Grayscale: #3F3F3F. Windows color (decimal): -11786838 or 11150668. OLE color: 11150668.

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

Color convert

RGB 76 37 170 -
CMYK 0.55 0.78 0 0.33
HSL 257.59º 0.64% 0.41% -
HSV(B) 257.59º 0.78% 0.67% -
XYZ 10.9 5.76 38.57 -
YUV 63.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 76 37 170 0.55 0.78 0 0.33 257.59 0.64 0.41
Hex 4C 25 AA 37 4E 0 21 102 40 29
Octal 114 45 252 67 116 0 41 402 100 51
Binary 1001100 100101 10101010 110111 1001110 0 100001 100000010 1000000 101001

Color Harmonies of #4C25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C25AA

Black with #4C25AA

Text Example


Text Example

White with #4C25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,170); }

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

background-color css

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

 a { background-color: rgb(76,37,170); }

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

border-color css

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

 span { border-color: rgb(76,37,170); }

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