Html Css Color HEX #5005E5 Han Purple

📋 copy color: '#5005E5'

red 80 ◦ green 5 ◦ blue 229

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

Shades of Han Purple #5005E5

Tints of Han Purple #5005E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 72.93%

R = 25.48%
G = 1.59%
B = 72.93%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5005E5 (or 0x5005E5) is known color: Han Purple. HEX triplet: 50, 05 and E5. RGB value is (80,5,229). Sum of RGB (Red+Green+Blue) = 80+5+229=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #5005E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5005E5 is #AFFA1A. Grayscale: #343434. Windows color (decimal): -11532827 or 15009104. OLE color: 15009104.

HSL color Cylindrical-coordinate representation of color #5005E5: hue angle of 260.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5005E5 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 5 229 -
CMYK 0.65 0.98 0 0.10
HSL 260.09º 0.96% 0.46% -
HSV(B) 260.09º 0.98% 0.9% -
XYZ 17.51 7.47 74.65 -
YUV 52.96 227.35 147.29 -
System Red Green Blue C M Y K H S L
Decimal 80 5 229 0.65 0.98 0 0.10 260.09 0.96 0.46
Hex 50 5 E5 41 62 0 A 104 60 2E
Octal 120 5 345 101 142 0 12 404 140 56
Binary 1010000 101 11100101 1000001 1100010 0 1010 100000100 1100000 101110

Color Harmonies of #5005E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5005E5

Black with #5005E5

Text Example


Text Example

White with #5005E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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