Html Css Color HEX #502ED7 Purple Heart

📋 copy color: '#502ED7'

red 80 ◦ green 46 ◦ blue 215

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

Shades of Purple Heart #502ED7

Tints of Purple Heart #502ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.05%

R = 23.46%
G = 13.49%
B = 63.05%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#502ED7 (or 0x502ED7) is known color: Purple Heart. HEX triplet: 50, 2E and D7. RGB value is (80,46,215). Sum of RGB (Red+Green+Blue) = 80+46+215=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #502ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ED7 is #AFD128. Grayscale: #4A4A4A. Windows color (decimal): -11522345 or 14102096. OLE color: 14102096.

HSL color Cylindrical-coordinate representation of color #502ED7: hue angle of 252.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502ED7 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 46 215 -
CMYK 0.63 0.79 0 0.16
HSL 252.07º 0.68% 0.51% -
HSV(B) 252.07º 0.79% 0.84% -
XYZ 16.55 8.57 65.07 -
YUV 75.43 206.76 131.26 -
System Red Green Blue C M Y K H S L
Decimal 80 46 215 0.63 0.79 0 0.16 252.07 0.68 0.51
Hex 50 2E D7 3F 4F 0 10 FC 44 33
Octal 120 56 327 77 117 0 20 374 104 63
Binary 1010000 101110 11010111 111111 1001111 0 10000 11111100 1000100 110011

Color Harmonies of #502ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ED7

Black with #502ED7

Text Example


Text Example

White with #502ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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