Html Css Color HEX #500DF9 Han Purple

📋 copy color: '#500DF9'

red 80 ◦ green 13 ◦ blue 249

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

Shades of Han Purple #500DF9

Tints of Han Purple #500DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

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

R = 23.39%
G = 3.8%
B = 72.81%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#500DF9 (or 0x500DF9) is known color: Han Purple. HEX triplet: 50, 0D and F9. RGB value is (80,13,249). Sum of RGB (Red+Green+Blue) = 80+13+249=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #500DF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DF9 is #AFF206. Grayscale: #3B3B3B. Windows color (decimal): -11530759 or 16321872. OLE color: 16321872.

HSL color Cylindrical-coordinate representation of color #500DF9: hue angle of 257.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DF9 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 13 249 -
CMYK 0.68 0.95 0 0.02
HSL 257.03º 0.95% 0.51% -
HSV(B) 257.03º 0.95% 0.98% -
XYZ 20.55 8.83 90.24 -
YUV 59.94 234.7 142.31 -
System Red Green Blue C M Y K H S L
Decimal 80 13 249 0.68 0.95 0 0.02 257.03 0.95 0.51
Hex 50 D F9 44 5F 0 2 101 5F 33
Octal 120 15 371 104 137 0 2 401 137 63
Binary 1010000 1101 11111001 1000100 1011111 0 10 100000001 1011111 110011

Color Harmonies of #500DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DF9

Black with #500DF9

Text Example


Text Example

White with #500DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500DF9; }

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

 H1.HeaderClassName
 {
   color: #500DF9;
 }
 .AnyTagClassName
 {
   color: #500DF9;
 }
</style>

background-color css

<style>
 a { background-color: #500DF9; }

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

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

border-color css

<style>
 span { border-color: #500DF9; }

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

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