Html Css Color HEX #500AFF Han Purple

📋 copy color: '#500AFF'

red 80 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #500AFF

Tints of Han Purple #500AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

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

R = 23.19%
G = 2.9%
B = 73.91%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#500AFF (or 0x500AFF) is known color: Han Purple. HEX triplet: 50, 0A and FF. RGB value is (80,10,255). Sum of RGB (Red+Green+Blue) = 80+10+255=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #500AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AFF is #AFF500. Grayscale: #393939. Windows color (decimal): -11531521 or 16714320. OLE color: 16714320.

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

Color convert

RGB 80 10 255 -
CMYK 0.69 0.96 0 0
HSL 257.14º 1% 0.52% -
HSV(B) 257.14º 0.96% 1% -
XYZ 21.47 9.14 95.24 -
YUV 58.86 238.69 143.08 -
System Red Green Blue C M Y K H S L
Decimal 80 10 255 0.69 0.96 0 0 257.14 1 0.52
Hex 50 A FF 45 60 0 0 101 64 34
Octal 120 12 377 105 140 0 0 401 144 64
Binary 1010000 1010 11111111 1000101 1100000 0 0 100000001 1100100 110100

Color Harmonies of #500AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AFF

Black with #500AFF

Text Example


Text Example

White with #500AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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