Html Css Color HEX #502FF0 Han Purple

📋 copy color: '#502FF0'

red 80 ◦ green 47 ◦ blue 240

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

Shades of Han Purple #502FF0

Tints of Han Purple #502FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.4%

R = 21.8%
G = 12.81%
B = 65.4%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#502FF0 (or 0x502FF0) is known color: Han Purple. HEX triplet: 50, 2F and F0. RGB value is (80,47,240). Sum of RGB (Red+Green+Blue) = 80+47+240=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #502FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502FF0 is #AFD00F. Grayscale: #4E4E4E. Windows color (decimal): -11522064 or 15740752. OLE color: 15740752.

HSL color Cylindrical-coordinate representation of color #502FF0: hue angle of 250.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502FF0 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 47 240 -
CMYK 0.67 0.80 0 0.06
HSL 250.26º 0.87% 0.56% -
HSV(B) 250.26º 0.8% 0.94% -
XYZ 20.05 10.03 83.32 -
YUV 78.87 218.93 128.81 -
System Red Green Blue C M Y K H S L
Decimal 80 47 240 0.67 0.80 0 0.06 250.26 0.87 0.56
Hex 50 2F F0 43 50 0 6 FA 57 38
Octal 120 57 360 103 120 0 6 372 127 70
Binary 1010000 101111 11110000 1000011 1010000 0 110 11111010 1010111 111000

Color Harmonies of #502FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FF0

Black with #502FF0

Text Example


Text Example

White with #502FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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