Html Css Color HEX #4D24CD Purple Heart

📋 copy color: '#4D24CD'

red 77 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #4D24CD

Tints of Purple Heart #4D24CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 24.21%
G = 11.32%
B = 64.47%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D24CD (or 0x4D24CD) is known color: Purple Heart. HEX triplet: 4D, 24 and CD. RGB value is (77,36,205). Sum of RGB (Red+Green+Blue) = 77+36+205=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D24CD is #B2DB32. Grayscale: #424242. Windows color (decimal): -11721523 or 13444173. OLE color: 13444173.

HSL color Cylindrical-coordinate representation of color #4D24CD: hue angle of 254.56º 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 #4D24CD is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 36 205 -
CMYK 0.62 0.82 0 0.20
HSL 254.56º 0.7% 0.47% -
HSV(B) 254.56º 0.82% 0.8% -
XYZ 14.71 7.25 58.38 -
YUV 67.53 205.58 134.76 -
System Red Green Blue C M Y K H S L
Decimal 77 36 205 0.62 0.82 0 0.20 254.56 0.7 0.47
Hex 4D 24 CD 3E 52 0 14 FF 46 2F
Octal 115 44 315 76 122 0 24 377 106 57
Binary 1001101 100100 11001101 111110 1010010 0 10100 11111111 1000110 101111

Color Harmonies of #4D24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D24CD

Black with #4D24CD

Text Example


Text Example

White with #4D24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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