Html Css Color HEX #4A24CB Purple Heart

📋 copy color: '#4A24CB'

red 74 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #4A24CB

Tints of Purple Heart #4A24CB

RGB

 RED value IS 74 (29.3% from 255) = 23.64%

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 23.64%
G = 11.5%
B = 64.86%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A24CB (or 0x4A24CB) is known color: Purple Heart. HEX triplet: 4A, 24 and CB. RGB value is (74,36,203). Sum of RGB (Red+Green+Blue) = 74+36+203=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A24CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A24CB is #B5DB34. Grayscale: #414141. Windows color (decimal): -11918133 or 13313098. OLE color: 13313098.

HSL color Cylindrical-coordinate representation of color #4A24CB: hue angle of 253.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A24CB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 36 203 -
CMYK 0.64 0.82 0 0.20
HSL 253.65º 0.7% 0.47% -
HSV(B) 253.65º 0.82% 0.8% -
XYZ 14.23 7.03 57.11 -
YUV 66.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 74 36 203 0.64 0.82 0 0.20 253.65 0.7 0.47
Hex 4A 24 CB 40 52 0 14 FE 46 2F
Octal 112 44 313 100 122 0 24 376 106 57
Binary 1001010 100100 11001011 1000000 1010010 0 10100 11111110 1000110 101111

Color Harmonies of #4A24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A24CB

Black with #4A24CB

Text Example


Text Example

White with #4A24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,203); }

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

background-color css

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

 a { background-color: rgb(74,36,203); }

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

border-color css

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

 span { border-color: rgb(74,36,203); }

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