Html Css Color HEX #500DFF Han Purple

📋 copy color: '#500DFF'

red 80 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #500DFF

Tints of Han Purple #500DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 22.99%
G = 3.74%
B = 73.28%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#500DFF (or 0x500DFF) is known color: Han Purple. HEX triplet: 50, 0D and FF. RGB value is (80,13,255). Sum of RGB (Red+Green+Blue) = 80+13+255=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #500DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DFF is #AFF200. Grayscale: #3B3B3B. Windows color (decimal): -11530753 or 16715088. OLE color: 16715088.

HSL color Cylindrical-coordinate representation of color #500DFF: hue angle of 256.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DFF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 13 255 -
CMYK 0.69 0.95 0 0
HSL 256.61º 1% 0.53% -
HSV(B) 256.61º 0.95% 1% -
XYZ 21.5 9.21 95.25 -
YUV 60.62 237.7 141.82 -
System Red Green Blue C M Y K H S L
Decimal 80 13 255 0.69 0.95 0 0 256.61 1 0.53
Hex 50 D FF 45 5F 0 0 101 64 35
Octal 120 15 377 105 137 0 0 401 144 65
Binary 1010000 1101 11111111 1000101 1011111 0 0 100000001 1100100 110101

Color Harmonies of #500DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DFF

Black with #500DFF

Text Example


Text Example

White with #500DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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