Html Css Color HEX #501FDD Han Purple

📋 copy color: '#501FDD'

red 80 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #501FDD

Tints of Han Purple #501FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 24.1%
G = 9.34%
B = 66.57%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#501FDD (or 0x501FDD) is known color: Han Purple. HEX triplet: 50, 1F and DD. RGB value is (80,31,221). Sum of RGB (Red+Green+Blue) = 80+31+221=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #501FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FDD is #AFE022. Grayscale: #424242. Windows color (decimal): -11526179 or 14491472. OLE color: 14491472.

HSL color Cylindrical-coordinate representation of color #501FDD: hue angle of 255.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501FDD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 31 221 -
CMYK 0.64 0.86 0 0.13
HSL 255.47º 0.75% 0.49% -
HSV(B) 255.47º 0.86% 0.87% -
XYZ 16.85 7.91 69.04 -
YUV 67.31 214.73 137.05 -
System Red Green Blue C M Y K H S L
Decimal 80 31 221 0.64 0.86 0 0.13 255.47 0.75 0.49
Hex 50 1F DD 40 56 0 D FF 4B 31
Octal 120 37 335 100 126 0 15 377 113 61
Binary 1010000 11111 11011101 1000000 1010110 0 1101 11111111 1001011 110001

Color Harmonies of #501FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FDD

Black with #501FDD

Text Example


Text Example

White with #501FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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