Html Css Color HEX #5000EE Han Purple

📋 copy color: '#5000EE'

red 80 ◦ green 0 ◦ blue 238

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

Shades of Han Purple #5000EE

Tints of Han Purple #5000EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.84%

R = 25.16%
G = 0%
B = 74.84%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5000EE (or 0x5000EE) is known color: Han Purple. HEX triplet: 50, 00 and EE. RGB value is (80,0,238). Sum of RGB (Red+Green+Blue) = 80+0+238=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #5000EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000EE is #AFFF11. Grayscale: #323232. Windows color (decimal): -11534098 or 15597648. OLE color: 15597648.

HSL color Cylindrical-coordinate representation of color #5000EE: hue angle of 260.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000EE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 0 238 -
CMYK 0.66 1 0 0.07
HSL 260.17º 1% 0.47% -
HSV(B) 260.17º 1% 0.93% -
XYZ 18.74 7.88 81.42 -
YUV 51.05 233.5 148.65 -
System Red Green Blue C M Y K H S L
Decimal 80 0 238 0.66 1 0 0.07 260.17 1 0.47
Hex 50 0 EE 42 64 0 7 104 64 2F
Octal 120 0 356 102 144 0 7 404 144 57
Binary 1010000 0 11101110 1000010 1100100 0 111 100000100 1100100 101111

Color Harmonies of #5000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000EE

Black with #5000EE

Text Example


Text Example

White with #5000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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