Html Css Color HEX #5024BD Purple Heart

📋 copy color: '#5024BD'

red 80 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #5024BD

Tints of Purple Heart #5024BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 26.23%
G = 11.8%
B = 61.97%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5024BD (or 0x5024BD) is known color: Purple Heart. HEX triplet: 50, 24 and BD. RGB value is (80,36,189). Sum of RGB (Red+Green+Blue) = 80+36+189=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #5024BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024BD is #AFDB42. Grayscale: #424242. Windows color (decimal): -11524931 or 12395600. OLE color: 12395600.

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

Color convert

RGB 80 36 189 -
CMYK 0.58 0.81 0 0.26
HSL 257.25º 0.68% 0.44% -
HSV(B) 257.25º 0.81% 0.74% -
XYZ 13.12 6.64 48.73 -
YUV 66.6 197.08 137.56 -
System Red Green Blue C M Y K H S L
Decimal 80 36 189 0.58 0.81 0 0.26 257.25 0.68 0.44
Hex 50 24 BD 3A 51 0 1A 101 44 2C
Octal 120 44 275 72 121 0 32 401 104 54
Binary 1010000 100100 10111101 111010 1010001 0 11010 100000001 1000100 101100

Color Harmonies of #5024BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024BD

Black with #5024BD

Text Example


Text Example

White with #5024BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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