Html Css Color HEX #502DF7 Han Purple

📋 copy color: '#502DF7'

red 80 ◦ green 45 ◦ blue 247

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

Shades of Han Purple #502DF7

Tints of Han Purple #502DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 247 (96.88% from 255) = 66.4%

R = 21.51%
G = 12.1%
B = 66.4%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#502DF7 (or 0x502DF7) is known color: Han Purple. HEX triplet: 50, 2D and F7. RGB value is (80,45,247). Sum of RGB (Red+Green+Blue) = 80+45+247=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #502DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DF7 is #AFD208. Grayscale: #4D4D4D. Windows color (decimal): -11522569 or 16198992. OLE color: 16198992.

HSL color Cylindrical-coordinate representation of color #502DF7: hue angle of 250.4º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502DF7 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 45 247 -
CMYK 0.68 0.82 0 0.03
HSL 250.4º 0.93% 0.57% -
HSV(B) 250.4º 0.82% 0.97% -
XYZ 21.04 10.3 88.87 -
YUV 78.49 223.1 129.07 -
System Red Green Blue C M Y K H S L
Decimal 80 45 247 0.68 0.82 0 0.03 250.4 0.93 0.57
Hex 50 2D F7 44 52 0 3 FA 5D 39
Octal 120 55 367 104 122 0 3 372 135 71
Binary 1010000 101101 11110111 1000100 1010010 0 11 11111010 1011101 111001

Color Harmonies of #502DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DF7

Black with #502DF7

Text Example


Text Example

White with #502DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,45,247); }

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

background-color css

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

 a { background-color: rgb(80,45,247); }

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

border-color css

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

 span { border-color: rgb(80,45,247); }

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