Html Css Color HEX #502EDB Purple Heart

📋 copy color: '#502EDB'

red 80 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #502EDB

Tints of Purple Heart #502EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 23.19%
G = 13.33%
B = 63.48%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#502EDB (or 0x502EDB) is known color: Purple Heart. HEX triplet: 50, 2E and DB. RGB value is (80,46,219). Sum of RGB (Red+Green+Blue) = 80+46+219=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #502EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EDB is #AFD124. Grayscale: #4B4B4B. Windows color (decimal): -11522341 or 14364240. OLE color: 14364240.

HSL color Cylindrical-coordinate representation of color #502EDB: hue angle of 251.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502EDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 46 219 -
CMYK 0.63 0.79 0 0.14
HSL 251.79º 0.71% 0.52% -
HSV(B) 251.79º 0.79% 0.86% -
XYZ 17.07 8.77 67.81 -
YUV 75.89 208.76 130.93 -
System Red Green Blue C M Y K H S L
Decimal 80 46 219 0.63 0.79 0 0.14 251.79 0.71 0.52
Hex 50 2E DB 3F 4F 0 E FC 47 34
Octal 120 56 333 77 117 0 16 374 107 64
Binary 1010000 101110 11011011 111111 1001111 0 1110 11111100 1000111 110100

Color Harmonies of #502EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EDB

Black with #502EDB

Text Example


Text Example

White with #502EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502EDB; }

 p { color: rgb(80,46,219); }

 H1.HeaderClassName
 {
   color: #502EDB;
 }
 .AnyTagClassName
 {
   color: #502EDB;
 }
</style>

background-color css

<style>
 a { background-color: #502EDB; }

 a { background-color: rgb(80,46,219); }

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

border-color css

<style>
 span { border-color: #502EDB; }

 span { border-color: rgb(80,46,219); }

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