Html Css Color HEX #5024CA Purple Heart

📋 copy color: '#5024CA'

red 80 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #5024CA

Tints of Purple Heart #5024CA

RGB

 RED value IS 80 (31.64% from 255) = 25.16%

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

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

R = 25.16%
G = 11.32%
B = 63.52%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5024CA (or 0x5024CA) is known color: Purple Heart. HEX triplet: 50, 24 and CA. RGB value is (80,36,202). Sum of RGB (Red+Green+Blue) = 80+36+202=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #5024CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024CA is #AFDB35. Grayscale: #434343. Windows color (decimal): -11524918 or 13247568. OLE color: 13247568.

HSL color Cylindrical-coordinate representation of color #5024CA: hue angle of 255.9º 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 #5024CA is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 36 202 -
CMYK 0.60 0.82 0 0.21
HSL 255.9º 0.7% 0.47% -
HSV(B) 255.9º 0.82% 0.79% -
XYZ 14.6 7.23 56.5 -
YUV 68.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 80 36 202 0.60 0.82 0 0.21 255.9 0.7 0.47
Hex 50 24 CA 3C 52 0 15 100 46 2F
Octal 120 44 312 74 122 0 25 400 106 57
Binary 1010000 100100 11001010 111100 1010010 0 10101 100000000 1000110 101111

Color Harmonies of #5024CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024CA

Black with #5024CA

Text Example


Text Example

White with #5024CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5024CA; }

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

 H1.HeaderClassName
 {
   color: #5024CA;
 }
 .AnyTagClassName
 {
   color: #5024CA;
 }
</style>

background-color css

<style>
 a { background-color: #5024CA; }

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

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

border-color css

<style>
 span { border-color: #5024CA; }

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

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