Html Css Color HEX #5024BA Purple Heart

📋 copy color: '#5024BA'

red 80 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #5024BA

Tints of Purple Heart #5024BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 26.49%
G = 11.92%
B = 61.59%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5024BA (or 0x5024BA) is known color: Purple Heart. HEX triplet: 50, 24 and BA. RGB value is (80,36,186). Sum of RGB (Red+Green+Blue) = 80+36+186=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #5024BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024BA is #AFDB45. Grayscale: #414141. Windows color (decimal): -11524934 or 12198992. OLE color: 12198992.

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

Color convert

RGB 80 36 186 -
CMYK 0.57 0.81 0 0.27
HSL 257.6º 0.68% 0.44% -
HSV(B) 257.6º 0.81% 0.73% -
XYZ 12.8 6.51 47.04 -
YUV 66.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 80 36 186 0.57 0.81 0 0.27 257.6 0.68 0.44
Hex 50 24 BA 39 51 0 1B 102 44 2C
Octal 120 44 272 71 121 0 33 402 104 54
Binary 1010000 100100 10111010 111001 1010001 0 11011 100000010 1000100 101100

Color Harmonies of #5024BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024BA

Black with #5024BA

Text Example


Text Example

White with #5024BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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