Html Css Color HEX #500BF5 Han Purple

📋 copy color: '#500BF5'

red 80 ◦ green 11 ◦ blue 245

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

Shades of Han Purple #500BF5

Tints of Han Purple #500BF5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

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

R = 23.81%
G = 3.27%
B = 72.92%

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

#500BF5 (or 0x500BF5) is known color: Han Purple. HEX triplet: 50, 0B and F5. RGB value is (80,11,245). Sum of RGB (Red+Green+Blue) = 80+11+245=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 245 (96.09% from 255 or 72.92% from 336); Max value from RGB is 245 - color contains mainly: blue. Hex color #500BF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BF5 is #AFF40A. Grayscale: #393939. Windows color (decimal): -11531275 or 16059216. OLE color: 16059216.

HSL color Cylindrical-coordinate representation of color #500BF5: hue angle of 257.69º 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 #500BF5 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 11 245 -
CMYK 0.67 0.96 0 0.04
HSL 257.69º 0.92% 0.5% -
HSV(B) 257.69º 0.96% 0.96% -
XYZ 19.91 8.54 86.98 -
YUV 58.31 233.36 143.47 -
System Red Green Blue C M Y K H S L
Decimal 80 11 245 0.67 0.96 0 0.04 257.69 0.92 0.5
Hex 50 B F5 43 60 0 4 102 5C 32
Octal 120 13 365 103 140 0 4 402 134 62
Binary 1010000 1011 11110101 1000011 1100000 0 100 100000010 1011100 110010

Color Harmonies of #500BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BF5

Black with #500BF5

Text Example


Text Example

White with #500BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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