Html Css Color HEX #4824CD Purple Heart

📋 copy color: '#4824CD'

red 72 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #4824CD

Tints of Purple Heart #4824CD

RGB

 RED value IS 72 (28.52% from 255) = 23%

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

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

R = 23%
G = 11.5%
B = 65.5%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4824CD (or 0x4824CD) is known color: Purple Heart. HEX triplet: 48, 24 and CD. RGB value is (72,36,205). Sum of RGB (Red+Green+Blue) = 72+36+205=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #4824CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4824CD is #B7DB32. Grayscale: #414141. Windows color (decimal): -12049203 or 13444168. OLE color: 13444168.

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

Color convert

RGB 72 36 205 -
CMYK 0.65 0.82 0 0.20
HSL 252.78º 0.7% 0.47% -
HSV(B) 252.78º 0.82% 0.8% -
XYZ 14.32 7.05 58.36 -
YUV 66.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 72 36 205 0.65 0.82 0 0.20 252.78 0.7 0.47
Hex 48 24 CD 41 52 0 14 FD 46 2F
Octal 110 44 315 101 122 0 24 375 106 57
Binary 1001000 100100 11001101 1000001 1010010 0 10100 11111101 1000110 101111

Color Harmonies of #4824CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4824CD

Black with #4824CD

Text Example


Text Example

White with #4824CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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