Html Css Color HEX #5024CB Purple Heart

📋 copy color: '#5024CB'

red 80 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #5024CB

Tints of Purple Heart #5024CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 25.08%
G = 11.29%
B = 63.64%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5024CB (or 0x5024CB) is known color: Purple Heart. HEX triplet: 50, 24 and CB. RGB value is (80,36,203). Sum of RGB (Red+Green+Blue) = 80+36+203=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #5024CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024CB is #AFDB34. Grayscale: #434343. Windows color (decimal): -11524917 or 13313104. OLE color: 13313104.

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

Color convert

RGB 80 36 203 -
CMYK 0.61 0.82 0 0.20
HSL 255.81º 0.7% 0.47% -
HSV(B) 255.81º 0.82% 0.8% -
XYZ 14.72 7.28 57.13 -
YUV 68.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 80 36 203 0.61 0.82 0 0.20 255.81 0.7 0.47
Hex 50 24 CB 3D 52 0 14 100 46 2F
Octal 120 44 313 75 122 0 24 400 106 57
Binary 1010000 100100 11001011 111101 1010010 0 10100 100000000 1000110 101111

Color Harmonies of #5024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024CB

Black with #5024CB

Text Example


Text Example

White with #5024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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