Html Css Color HEX #5014DD Han Purple

📋 copy color: '#5014DD'

red 80 ◦ green 20 ◦ blue 221

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

Shades of Han Purple #5014DD

Tints of Han Purple #5014DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.23%

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

R = 24.92%
G = 6.23%
B = 68.85%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5014DD (or 0x5014DD) is known color: Han Purple. HEX triplet: 50, 14 and DD. RGB value is (80,20,221). Sum of RGB (Red+Green+Blue) = 80+20+221=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #5014DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014DD is #AFEB22. Grayscale: #3C3C3C. Windows color (decimal): -11528995 or 14488656. OLE color: 14488656.

HSL color Cylindrical-coordinate representation of color #5014DD: hue angle of 257.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5014DD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 20 221 -
CMYK 0.64 0.91 0 0.13
HSL 257.91º 0.83% 0.47% -
HSV(B) 257.91º 0.91% 0.87% -
XYZ 16.61 7.43 68.96 -
YUV 60.85 218.38 141.66 -
System Red Green Blue C M Y K H S L
Decimal 80 20 221 0.64 0.91 0 0.13 257.91 0.83 0.47
Hex 50 14 DD 40 5B 0 D 102 53 2F
Octal 120 24 335 100 133 0 15 402 123 57
Binary 1010000 10100 11011101 1000000 1011011 0 1101 100000010 1010011 101111

Color Harmonies of #5014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5014DD

Black with #5014DD

Text Example


Text Example

White with #5014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5014DD; }

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

 H1.HeaderClassName
 {
   color: #5014DD;
 }
 .AnyTagClassName
 {
   color: #5014DD;
 }
</style>

background-color css

<style>
 a { background-color: #5014DD; }

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

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

border-color css

<style>
 span { border-color: #5014DD; }

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

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