Html Css Color HEX #5005EA Han Purple

📋 copy color: '#5005EA'

red 80 ◦ green 5 ◦ blue 234

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

Shades of Han Purple #5005EA

Tints of Han Purple #5005EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 25.08%
G = 1.57%
B = 73.35%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5005EA (or 0x5005EA) is known color: Han Purple. HEX triplet: 50, 05 and EA. RGB value is (80,5,234). Sum of RGB (Red+Green+Blue) = 80+5+234=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #5005EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5005EA is #AFFA15. Grayscale: #343434. Windows color (decimal): -11532822 or 15336784. OLE color: 15336784.

HSL color Cylindrical-coordinate representation of color #5005EA: hue angle of 259.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5005EA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 5 234 -
CMYK 0.66 0.98 0 0.08
HSL 259.65º 0.96% 0.47% -
HSV(B) 259.65º 0.98% 0.92% -
XYZ 18.21 7.75 78.38 -
YUV 53.53 229.85 146.88 -
System Red Green Blue C M Y K H S L
Decimal 80 5 234 0.66 0.98 0 0.08 259.65 0.96 0.47
Hex 50 5 EA 42 62 0 8 104 60 2F
Octal 120 5 352 102 142 0 10 404 140 57
Binary 1010000 101 11101010 1000010 1100010 0 1000 100000100 1100000 101111

Color Harmonies of #5005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5005EA

Black with #5005EA

Text Example


Text Example

White with #5005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5005EA; }

 p { color: rgb(80,5,234); }

 H1.HeaderClassName
 {
   color: #5005EA;
 }
 .AnyTagClassName
 {
   color: #5005EA;
 }
</style>

background-color css

<style>
 a { background-color: #5005EA; }

 a { background-color: rgb(80,5,234); }

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

border-color css

<style>
 span { border-color: #5005EA; }

 span { border-color: rgb(80,5,234); }

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