Html Css Color HEX #502ED2 Purple Heart

📋 copy color: '#502ED2'

red 80 ◦ green 46 ◦ blue 210

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

Shades of Purple Heart #502ED2

Tints of Purple Heart #502ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 23.81%
G = 13.69%
B = 62.5%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#502ED2 (or 0x502ED2) is known color: Purple Heart. HEX triplet: 50, 2E and D2. RGB value is (80,46,210). Sum of RGB (Red+Green+Blue) = 80+46+210=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #502ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ED2 is #AFD12D. Grayscale: #4A4A4A. Windows color (decimal): -11522350 or 13774416. OLE color: 13774416.

HSL color Cylindrical-coordinate representation of color #502ED2: hue angle of 252.44º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502ED2 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 46 210 -
CMYK 0.62 0.78 0 0.18
HSL 252.44º 0.65% 0.5% -
HSV(B) 252.44º 0.78% 0.82% -
XYZ 15.92 8.31 61.74 -
YUV 74.86 204.26 131.66 -
System Red Green Blue C M Y K H S L
Decimal 80 46 210 0.62 0.78 0 0.18 252.44 0.65 0.5
Hex 50 2E D2 3E 4E 0 12 FC 41 32
Octal 120 56 322 76 116 0 22 374 101 62
Binary 1010000 101110 11010010 111110 1001110 0 10010 11111100 1000001 110010

Color Harmonies of #502ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ED2

Black with #502ED2

Text Example


Text Example

White with #502ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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