Html Css Color HEX #4C25AB Purple Heart

📋 copy color: '#4C25AB'

red 76 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #4C25AB

Tints of Purple Heart #4C25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 26.76%
G = 13.03%
B = 60.21%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C25AB (or 0x4C25AB) is known color: Purple Heart. HEX triplet: 4C, 25 and AB. RGB value is (76,37,171). Sum of RGB (Red+Green+Blue) = 76+37+171=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C25AB is #B3DA54. Grayscale: #3F3F3F. Windows color (decimal): -11786837 or 11216204. OLE color: 11216204.

HSL color Cylindrical-coordinate representation of color #4C25AB: hue angle of 257.46º 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 #4C25AB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 37 171 -
CMYK 0.56 0.78 0 0.33
HSL 257.46º 0.64% 0.41% -
HSV(B) 257.46º 0.78% 0.67% -
XYZ 10.99 5.8 39.07 -
YUV 63.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 76 37 171 0.56 0.78 0 0.33 257.46 0.64 0.41
Hex 4C 25 AB 38 4E 0 21 101 40 29
Octal 114 45 253 70 116 0 41 401 100 51
Binary 1001100 100101 10101011 111000 1001110 0 100001 100000001 1000000 101001

Color Harmonies of #4C25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C25AB

Black with #4C25AB

Text Example


Text Example

White with #4C25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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