Html Css Color HEX #5000DE Han Purple

📋 copy color: '#5000DE'

red 80 ◦ green 0 ◦ blue 222

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

Shades of Han Purple #5000DE

Tints of Han Purple #5000DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 26.49%
G = 0%
B = 73.51%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5000DE (or 0x5000DE) is known color: Han Purple. HEX triplet: 50, 00 and DE. RGB value is (80,0,222). Sum of RGB (Red+Green+Blue) = 80+0+222=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #5000DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000DE is #AFFF21. Grayscale: #303030. Windows color (decimal): -11534114 or 14549072. OLE color: 14549072.

HSL color Cylindrical-coordinate representation of color #5000DE: hue angle of 261.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000DE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 0 222 -
CMYK 0.64 1 0 0.13
HSL 261.62º 1% 0.44% -
HSV(B) 261.62º 1% 0.87% -
XYZ 16.49 6.98 69.59 -
YUV 49.23 225.5 149.95 -
System Red Green Blue C M Y K H S L
Decimal 80 0 222 0.64 1 0 0.13 261.62 1 0.44
Hex 50 0 DE 40 64 0 D 106 64 2C
Octal 120 0 336 100 144 0 15 406 144 54
Binary 1010000 0 11011110 1000000 1100100 0 1101 100000110 1100100 101100

Color Harmonies of #5000DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000DE

Black with #5000DE

Text Example


Text Example

White with #5000DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5000DE; }

 p { color: rgb(80,0,222); }

 H1.HeaderClassName
 {
   color: #5000DE;
 }
 .AnyTagClassName
 {
   color: #5000DE;
 }
</style>

background-color css

<style>
 a { background-color: #5000DE; }

 a { background-color: rgb(80,0,222); }

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

border-color css

<style>
 span { border-color: #5000DE; }

 span { border-color: rgb(80,0,222); }

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