Html Css Color HEX #4D24CA Purple Heart

📋 copy color: '#4D24CA'

red 77 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #4D24CA

Tints of Purple Heart #4D24CA

RGB

 RED value IS 77 (30.47% from 255) = 24.44%

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

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 24.44%
G = 11.43%
B = 64.13%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D24CA (or 0x4D24CA) is known color: Purple Heart. HEX triplet: 4D, 24 and CA. RGB value is (77,36,202). Sum of RGB (Red+Green+Blue) = 77+36+202=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D24CA is #B2DB35. Grayscale: #424242. Windows color (decimal): -11721526 or 13247565. OLE color: 13247565.

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

Color convert

RGB 77 36 202 -
CMYK 0.62 0.82 0 0.21
HSL 254.82º 0.7% 0.47% -
HSV(B) 254.82º 0.82% 0.79% -
XYZ 14.35 7.1 56.49 -
YUV 67.18 204.08 135 -
System Red Green Blue C M Y K H S L
Decimal 77 36 202 0.62 0.82 0 0.21 254.82 0.7 0.47
Hex 4D 24 CA 3E 52 0 15 FF 46 2F
Octal 115 44 312 76 122 0 25 377 106 57
Binary 1001101 100100 11001010 111110 1010010 0 10101 11111111 1000110 101111

Color Harmonies of #4D24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D24CA

Black with #4D24CA

Text Example


Text Example

White with #4D24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,202); }

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

background-color css

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

 a { background-color: rgb(77,36,202); }

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

border-color css

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

 span { border-color: rgb(77,36,202); }

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