Html Css Color HEX #501FF2 Han Purple

📋 copy color: '#501FF2'

red 80 ◦ green 31 ◦ blue 242

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

Shades of Han Purple #501FF2

Tints of Han Purple #501FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 242 (94.92% from 255) = 68.56%

R = 22.66%
G = 8.78%
B = 68.56%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#501FF2 (or 0x501FF2) is known color: Han Purple. HEX triplet: 50, 1F and F2. RGB value is (80,31,242). Sum of RGB (Red+Green+Blue) = 80+31+242=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #501FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FF2 is #AFE00D. Grayscale: #444444. Windows color (decimal): -11526158 or 15867728. OLE color: 15867728.

HSL color Cylindrical-coordinate representation of color #501FF2: hue angle of 253.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501FF2 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 31 242 -
CMYK 0.67 0.87 0 0.05
HSL 253.93º 0.89% 0.54% -
HSV(B) 253.93º 0.87% 0.95% -
XYZ 19.83 9.1 84.72 -
YUV 69.71 225.23 135.34 -
System Red Green Blue C M Y K H S L
Decimal 80 31 242 0.67 0.87 0 0.05 253.93 0.89 0.54
Hex 50 1F F2 43 57 0 5 FE 59 36
Octal 120 37 362 103 127 0 5 376 131 66
Binary 1010000 11111 11110010 1000011 1010111 0 101 11111110 1011001 110110

Color Harmonies of #501FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FF2

Black with #501FF2

Text Example


Text Example

White with #501FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,31,242); }

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

background-color css

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

 a { background-color: rgb(80,31,242); }

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

border-color css

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

 span { border-color: rgb(80,31,242); }

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