Html Css Color HEX #5036DE Purple Heart

📋 copy color: '#5036DE'

red 80 ◦ green 54 ◦ blue 222

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

Shades of Purple Heart #5036DE

Tints of Purple Heart #5036DE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 222 (87.11% from 255) = 62.36%

R = 22.47%
G = 15.17%
B = 62.36%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5036DE (or 0x5036DE) is known color: Purple Heart. HEX triplet: 50, 36 and DE. RGB value is (80,54,222). Sum of RGB (Red+Green+Blue) = 80+54+222=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #5036DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5036DE is #AFC921. Grayscale: #505050. Windows color (decimal): -11520290 or 14562896. OLE color: 14562896.

HSL color Cylindrical-coordinate representation of color #5036DE: hue angle of 249.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5036DE is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 54 222 -
CMYK 0.64 0.76 0 0.13
HSL 249.29º 0.72% 0.54% -
HSV(B) 249.29º 0.76% 0.87% -
XYZ 17.81 9.62 70.02 -
YUV 80.93 207.61 127.34 -
System Red Green Blue C M Y K H S L
Decimal 80 54 222 0.64 0.76 0 0.13 249.29 0.72 0.54
Hex 50 36 DE 40 4C 0 D F9 48 36
Octal 120 66 336 100 114 0 15 371 110 66
Binary 1010000 110110 11011110 1000000 1001100 0 1101 11111001 1001000 110110

Color Harmonies of #5036DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5036DE

Black with #5036DE

Text Example


Text Example

White with #5036DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5036DE; }

 p { color: rgb(80,54,222); }

 H1.HeaderClassName
 {
   color: #5036DE;
 }
 .AnyTagClassName
 {
   color: #5036DE;
 }
</style>

background-color css

<style>
 a { background-color: #5036DE; }

 a { background-color: rgb(80,54,222); }

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

border-color css

<style>
 span { border-color: #5036DE; }

 span { border-color: rgb(80,54,222); }

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