Html Css Color HEX #502FF9 Han Purple

📋 copy color: '#502FF9'

red 80 ◦ green 47 ◦ blue 249

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

Shades of Han Purple #502FF9

Tints of Han Purple #502FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.22%

R = 21.28%
G = 12.5%
B = 66.22%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#502FF9 (or 0x502FF9) is known color: Han Purple. HEX triplet: 50, 2F and F9. RGB value is (80,47,249). Sum of RGB (Red+Green+Blue) = 80+47+249=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #502FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502FF9 is #AFD006. Grayscale: #4F4F4F. Windows color (decimal): -11522055 or 16330576. OLE color: 16330576.

HSL color Cylindrical-coordinate representation of color #502FF9: hue angle of 249.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502FF9 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 47 249 -
CMYK 0.68 0.81 0 0.02
HSL 249.8º 0.94% 0.58% -
HSV(B) 249.8º 0.81% 0.98% -
XYZ 21.42 10.58 90.54 -
YUV 79.9 223.43 128.07 -
System Red Green Blue C M Y K H S L
Decimal 80 47 249 0.68 0.81 0 0.02 249.8 0.94 0.58
Hex 50 2F F9 44 51 0 2 FA 5E 3A
Octal 120 57 371 104 121 0 2 372 136 72
Binary 1010000 101111 11111001 1000100 1010001 0 10 11111010 1011110 111010

Color Harmonies of #502FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FF9

Black with #502FF9

Text Example


Text Example

White with #502FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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