Html Css Color HEX #502FC7 Purple Heart

📋 copy color: '#502FC7'

red 80 ◦ green 47 ◦ blue 199

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

Shades of Purple Heart #502FC7

Tints of Purple Heart #502FC7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

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

R = 24.54%
G = 14.42%
B = 61.04%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#502FC7 (or 0x502FC7) is known color: Purple Heart. HEX triplet: 50, 2F and C7. RGB value is (80,47,199). Sum of RGB (Red+Green+Blue) = 80+47+199=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #502FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FC7 is #AFD038. Grayscale: #494949. Windows color (decimal): -11522105 or 13053776. OLE color: 13053776.

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

Color convert

RGB 80 47 199 -
CMYK 0.60 0.76 0 0.22
HSL 253.03º 0.62% 0.48% -
HSV(B) 253.03º 0.76% 0.78% -
XYZ 14.63 7.86 54.78 -
YUV 74.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 80 47 199 0.60 0.76 0 0.22 253.03 0.62 0.48
Hex 50 2F C7 3C 4C 0 16 FD 3E 30
Octal 120 57 307 74 114 0 26 375 76 60
Binary 1010000 101111 11000111 111100 1001100 0 10110 11111101 111110 110000

Color Harmonies of #502FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FC7

Black with #502FC7

Text Example


Text Example

White with #502FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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