Html Css Color HEX #500BF7 Han Purple

📋 copy color: '#500BF7'

red 80 ◦ green 11 ◦ blue 247

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

Shades of Han Purple #500BF7

Tints of Han Purple #500BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 73.08%

R = 23.67%
G = 3.25%
B = 73.08%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#500BF7 (or 0x500BF7) is known color: Han Purple. HEX triplet: 50, 0B and F7. RGB value is (80,11,247). Sum of RGB (Red+Green+Blue) = 80+11+247=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 247 (96.88% from 255 or 73.08% from 338); Max value from RGB is 247 - color contains mainly: blue. Hex color #500BF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BF7 is #AFF408. Grayscale: #393939. Windows color (decimal): -11531273 or 16190288. OLE color: 16190288.

HSL color Cylindrical-coordinate representation of color #500BF7: hue angle of 257.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500BF7 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 11 247 -
CMYK 0.68 0.96 0 0.03
HSL 257.54º 0.94% 0.51% -
HSV(B) 257.54º 0.96% 0.97% -
XYZ 20.22 8.66 88.6 -
YUV 58.54 234.36 143.31 -
System Red Green Blue C M Y K H S L
Decimal 80 11 247 0.68 0.96 0 0.03 257.54 0.94 0.51
Hex 50 B F7 44 60 0 3 102 5E 33
Octal 120 13 367 104 140 0 3 402 136 63
Binary 1010000 1011 11110111 1000100 1100000 0 11 100000010 1011110 110011

Color Harmonies of #500BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BF7

Black with #500BF7

Text Example


Text Example

White with #500BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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