Html Css Color HEX #502EC7 Purple Heart

📋 copy color: '#502EC7'

red 80 ◦ green 46 ◦ blue 199

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

Shades of Purple Heart #502EC7

Tints of Purple Heart #502EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 61.23%

R = 24.62%
G = 14.15%
B = 61.23%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#502EC7 (or 0x502EC7) is known color: Purple Heart. HEX triplet: 50, 2E and C7. RGB value is (80,46,199). Sum of RGB (Red+Green+Blue) = 80+46+199=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #502EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EC7 is #AFD138. Grayscale: #494949. Windows color (decimal): -11522361 or 13053520. OLE color: 13053520.

HSL color Cylindrical-coordinate representation of color #502EC7: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502EC7 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 46 199 -
CMYK 0.60 0.77 0 0.22
HSL 253.33º 0.62% 0.48% -
HSV(B) 253.33º 0.77% 0.78% -
XYZ 14.59 7.78 54.77 -
YUV 73.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 80 46 199 0.60 0.77 0 0.22 253.33 0.62 0.48
Hex 50 2E C7 3C 4D 0 16 FD 3E 30
Octal 120 56 307 74 115 0 26 375 76 60
Binary 1010000 101110 11000111 111100 1001101 0 10110 11111101 111110 110000

Color Harmonies of #502EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EC7

Black with #502EC7

Text Example


Text Example

White with #502EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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