Html Css Color HEX #501BF0 Han Purple

📋 copy color: '#501BF0'

red 80 ◦ green 27 ◦ blue 240

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

Shades of Han Purple #501BF0

Tints of Han Purple #501BF0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

 BLUE value IS 240 (94.14% from 255) = 69.16%

R = 23.05%
G = 7.78%
B = 69.16%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#501BF0 (or 0x501BF0) is known color: Han Purple. HEX triplet: 50, 1B and F0. RGB value is (80,27,240). Sum of RGB (Red+Green+Blue) = 80+27+240=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #501BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BF0 is #AFE40F. Grayscale: #424242. Windows color (decimal): -11527184 or 15735632. OLE color: 15735632.

HSL color Cylindrical-coordinate representation of color #501BF0: hue angle of 254.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BF0 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 27 240 -
CMYK 0.67 0.89 0 0.06
HSL 254.93º 0.88% 0.52% -
HSV(B) 254.93º 0.89% 0.94% -
XYZ 19.43 8.78 83.11 -
YUV 67.13 225.56 137.18 -
System Red Green Blue C M Y K H S L
Decimal 80 27 240 0.67 0.89 0 0.06 254.93 0.88 0.52
Hex 50 1B F0 43 59 0 6 FF 58 34
Octal 120 33 360 103 131 0 6 377 130 64
Binary 1010000 11011 11110000 1000011 1011001 0 110 11111111 1011000 110100

Color Harmonies of #501BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BF0

Black with #501BF0

Text Example


Text Example

White with #501BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501BF0; }

 p { color: rgb(80,27,240); }

 H1.HeaderClassName
 {
   color: #501BF0;
 }
 .AnyTagClassName
 {
   color: #501BF0;
 }
</style>

background-color css

<style>
 a { background-color: #501BF0; }

 a { background-color: rgb(80,27,240); }

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

border-color css

<style>
 span { border-color: #501BF0; }

 span { border-color: rgb(80,27,240); }

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