Html Css Color HEX #500AF5 Han Purple

📋 copy color: '#500AF5'

red 80 ◦ green 10 ◦ blue 245

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

Shades of Han Purple #500AF5

Tints of Han Purple #500AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 73.13%

R = 23.88%
G = 2.99%
B = 73.13%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#500AF5 (or 0x500AF5) is known color: Han Purple. HEX triplet: 50, 0A and F5. RGB value is (80,10,245). Sum of RGB (Red+Green+Blue) = 80+10+245=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #500AF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AF5 is #AFF50A. Grayscale: #383838. Windows color (decimal): -11531531 or 16058960. OLE color: 16058960.

HSL color Cylindrical-coordinate representation of color #500AF5: hue angle of 257.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AF5 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 10 245 -
CMYK 0.67 0.96 0 0.04
HSL 257.87º 0.92% 0.5% -
HSV(B) 257.87º 0.96% 0.96% -
XYZ 19.9 8.52 86.98 -
YUV 57.72 233.69 143.89 -
System Red Green Blue C M Y K H S L
Decimal 80 10 245 0.67 0.96 0 0.04 257.87 0.92 0.5
Hex 50 A F5 43 60 0 4 102 5C 32
Octal 120 12 365 103 140 0 4 402 134 62
Binary 1010000 1010 11110101 1000011 1100000 0 100 100000010 1011100 110010

Color Harmonies of #500AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AF5

Black with #500AF5

Text Example


Text Example

White with #500AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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