Html Css Color HEX #501DEF Han Purple

📋 copy color: '#501DEF'

red 80 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #501DEF

Tints of Han Purple #501DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 22.99%
G = 8.33%
B = 68.68%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#501DEF (or 0x501DEF) is known color: Han Purple. HEX triplet: 50, 1D and EF. RGB value is (80,29,239). Sum of RGB (Red+Green+Blue) = 80+29+239=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #501DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DEF is #AFE210. Grayscale: #434343. Windows color (decimal): -11526673 or 15670608. OLE color: 15670608.

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

Color convert

RGB 80 29 239 -
CMYK 0.67 0.88 0 0.06
HSL 254.57º 0.87% 0.53% -
HSV(B) 254.57º 0.88% 0.94% -
XYZ 19.33 8.82 82.34 -
YUV 68.19 224.4 136.42 -
System Red Green Blue C M Y K H S L
Decimal 80 29 239 0.67 0.88 0 0.06 254.57 0.87 0.53
Hex 50 1D EF 43 58 0 6 FF 57 35
Octal 120 35 357 103 130 0 6 377 127 65
Binary 1010000 11101 11101111 1000011 1011000 0 110 11111111 1010111 110101

Color Harmonies of #501DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DEF

Black with #501DEF

Text Example


Text Example

White with #501DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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