Html Css Color HEX #501DFA Han Purple

📋 copy color: '#501DFA'

red 80 ◦ green 29 ◦ blue 250

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

Shades of Han Purple #501DFA

Tints of Han Purple #501DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.08%

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 22.28%
G = 8.08%
B = 69.64%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#501DFA (or 0x501DFA) is known color: Han Purple. HEX triplet: 50, 1D and FA. RGB value is (80,29,250). Sum of RGB (Red+Green+Blue) = 80+29+250=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #501DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DFA is #AFE205. Grayscale: #444444. Windows color (decimal): -11526662 or 16391504. OLE color: 16391504.

HSL color Cylindrical-coordinate representation of color #501DFA: hue angle of 253.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DFA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 29 250 -
CMYK 0.68 0.88 0 0.02
HSL 253.85º 0.96% 0.55% -
HSV(B) 253.85º 0.88% 0.98% -
XYZ 21 9.49 91.17 -
YUV 69.44 229.9 135.53 -
System Red Green Blue C M Y K H S L
Decimal 80 29 250 0.68 0.88 0 0.02 253.85 0.96 0.55
Hex 50 1D FA 44 58 0 2 FE 60 37
Octal 120 35 372 104 130 0 2 376 140 67
Binary 1010000 11101 11111010 1000100 1011000 0 10 11111110 1100000 110111

Color Harmonies of #501DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DFA

Black with #501DFA

Text Example


Text Example

White with #501DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,250); }

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

background-color css

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

 a { background-color: rgb(80,29,250); }

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

border-color css

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

 span { border-color: rgb(80,29,250); }

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