Html Css Color HEX #502FC6 Purple Heart

📋 copy color: '#502FC6'

red 80 ◦ green 47 ◦ blue 198

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

Shades of Purple Heart #502FC6

Tints of Purple Heart #502FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 60.92%

R = 24.62%
G = 14.46%
B = 60.92%

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

#502FC6 (or 0x502FC6) is known color: Purple Heart. HEX triplet: 50, 2F and C6. RGB value is (80,47,198). Sum of RGB (Red+Green+Blue) = 80+47+198=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #502FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FC6 is #AFD039. Grayscale: #494949. Windows color (decimal): -11522106 or 12988240. OLE color: 12988240.

HSL color Cylindrical-coordinate representation of color #502FC6: hue angle of 253.11º 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 #502FC6 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 47 198 -
CMYK 0.60 0.76 0 0.22
HSL 253.11º 0.62% 0.48% -
HSV(B) 253.11º 0.76% 0.78% -
XYZ 14.52 7.82 54.17 -
YUV 74.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 80 47 198 0.60 0.76 0 0.22 253.11 0.62 0.48
Hex 50 2F C6 3C 4C 0 16 FD 3E 30
Octal 120 57 306 74 114 0 26 375 76 60
Binary 1010000 101111 11000110 111100 1001100 0 10110 11111101 111110 110000

Color Harmonies of #502FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FC6

Black with #502FC6

Text Example


Text Example

White with #502FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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