Html Css Color HEX #5024CF Purple Heart

📋 copy color: '#5024CF'

red 80 ◦ green 36 ◦ blue 207

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

Shades of Purple Heart #5024CF

Tints of Purple Heart #5024CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 24.77%
G = 11.15%
B = 64.09%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5024CF (or 0x5024CF) is known color: Purple Heart. HEX triplet: 50, 24 and CF. RGB value is (80,36,207). Sum of RGB (Red+Green+Blue) = 80+36+207=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #5024CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024CF is #AFDB30. Grayscale: #444444. Windows color (decimal): -11524913 or 13575248. OLE color: 13575248.

HSL color Cylindrical-coordinate representation of color #5024CF: hue angle of 255.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5024CF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 36 207 -
CMYK 0.61 0.83 0 0.19
HSL 255.44º 0.7% 0.48% -
HSV(B) 255.44º 0.83% 0.81% -
XYZ 15.2 7.47 59.67 -
YUV 68.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 80 36 207 0.61 0.83 0 0.19 255.44 0.7 0.48
Hex 50 24 CF 3D 53 0 13 FF 46 30
Octal 120 44 317 75 123 0 23 377 106 60
Binary 1010000 100100 11001111 111101 1010011 0 10011 11111111 1000110 110000

Color Harmonies of #5024CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024CF

Black with #5024CF

Text Example


Text Example

White with #5024CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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