Html Css Color HEX #4924CD Purple Heart

📋 copy color: '#4924CD'

red 73 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #4924CD

Tints of Purple Heart #4924CD

RGB

 RED value IS 73 (28.91% from 255) = 23.25%

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

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

R = 23.25%
G = 11.46%
B = 65.29%

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

#4924CD (or 0x4924CD) is known color: Purple Heart. HEX triplet: 49, 24 and CD. RGB value is (73,36,205). Sum of RGB (Red+Green+Blue) = 73+36+205=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #4924CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924CD is #B6DB32. Grayscale: #414141. Windows color (decimal): -11983667 or 13444169. OLE color: 13444169.

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

Color convert

RGB 73 36 205 -
CMYK 0.64 0.82 0 0.20
HSL 253.14º 0.7% 0.47% -
HSV(B) 253.14º 0.82% 0.8% -
XYZ 14.4 7.09 58.37 -
YUV 66.33 206.26 132.76 -
System Red Green Blue C M Y K H S L
Decimal 73 36 205 0.64 0.82 0 0.20 253.14 0.7 0.47
Hex 49 24 CD 40 52 0 14 FD 46 2F
Octal 111 44 315 100 122 0 24 375 106 57
Binary 1001001 100100 11001101 1000000 1010010 0 10100 11111101 1000110 101111

Color Harmonies of #4924CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4924CD

Black with #4924CD

Text Example


Text Example

White with #4924CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4924CD; }

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

 H1.HeaderClassName
 {
   color: #4924CD;
 }
 .AnyTagClassName
 {
   color: #4924CD;
 }
</style>

background-color css

<style>
 a { background-color: #4924CD; }

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

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

border-color css

<style>
 span { border-color: #4924CD; }

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

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