Html Css Color HEX #5024BE Purple Heart

📋 copy color: '#5024BE'

red 80 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #5024BE

Tints of Purple Heart #5024BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 26.14%
G = 11.76%
B = 62.09%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5024BE (or 0x5024BE) is known color: Purple Heart. HEX triplet: 50, 24 and BE. RGB value is (80,36,190). Sum of RGB (Red+Green+Blue) = 80+36+190=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #5024BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024BE is #AFDB41. Grayscale: #424242. Windows color (decimal): -11524930 or 12461136. OLE color: 12461136.

HSL color Cylindrical-coordinate representation of color #5024BE: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5024BE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 36 190 -
CMYK 0.58 0.81 0 0.25
HSL 257.14º 0.68% 0.44% -
HSV(B) 257.14º 0.81% 0.75% -
XYZ 13.23 6.68 49.31 -
YUV 66.71 197.58 137.48 -
System Red Green Blue C M Y K H S L
Decimal 80 36 190 0.58 0.81 0 0.25 257.14 0.68 0.44
Hex 50 24 BE 3A 51 0 19 101 44 2C
Octal 120 44 276 72 121 0 31 401 104 54
Binary 1010000 100100 10111110 111010 1010001 0 11001 100000001 1000100 101100

Color Harmonies of #5024BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024BE

Black with #5024BE

Text Example


Text Example

White with #5024BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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