Html Css Color HEX #500DEE Han Purple

📋 copy color: '#500DEE'

red 80 ◦ green 13 ◦ blue 238

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

Shades of Han Purple #500DEE

Tints of Han Purple #500DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

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

R = 24.17%
G = 3.93%
B = 71.9%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#500DEE (or 0x500DEE) is known color: Han Purple. HEX triplet: 50, 0D and EE. RGB value is (80,13,238). Sum of RGB (Red+Green+Blue) = 80+13+238=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #500DEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DEE is #AFF211. Grayscale: #393939. Windows color (decimal): -11530770 or 15600976. OLE color: 15600976.

HSL color Cylindrical-coordinate representation of color #500DEE: hue angle of 257.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DEE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 13 238 -
CMYK 0.66 0.95 0 0.07
HSL 257.87º 0.9% 0.49% -
HSV(B) 257.87º 0.95% 0.93% -
XYZ 18.88 8.17 81.47 -
YUV 58.68 229.2 143.2 -
System Red Green Blue C M Y K H S L
Decimal 80 13 238 0.66 0.95 0 0.07 257.87 0.9 0.49
Hex 50 D EE 42 5F 0 7 102 5A 31
Octal 120 15 356 102 137 0 7 402 132 61
Binary 1010000 1101 11101110 1000010 1011111 0 111 100000010 1011010 110001

Color Harmonies of #500DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DEE

Black with #500DEE

Text Example


Text Example

White with #500DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500DEE; }

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

 H1.HeaderClassName
 {
   color: #500DEE;
 }
 .AnyTagClassName
 {
   color: #500DEE;
 }
</style>

background-color css

<style>
 a { background-color: #500DEE; }

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

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

border-color css

<style>
 span { border-color: #500DEE; }

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

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