Html Css Color HEX #5005E4 Han Purple

📋 copy color: '#5005E4'

red 80 ◦ green 5 ◦ blue 228

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

Shades of Han Purple #5005E4

Tints of Han Purple #5005E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 72.84%

R = 25.56%
G = 1.6%
B = 72.84%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5005E4 (or 0x5005E4) is known color: Han Purple. HEX triplet: 50, 05 and E4. RGB value is (80,5,228). Sum of RGB (Red+Green+Blue) = 80+5+228=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 228 (89.45% from 255 or 72.84% from 313); Max value from RGB is 228 - color contains mainly: blue. Hex color #5005E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5005E4 is #AFFA1B. Grayscale: #343434. Windows color (decimal): -11532828 or 14943568. OLE color: 14943568.

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

Color convert

RGB 80 5 228 -
CMYK 0.65 0.98 0 0.11
HSL 260.18º 0.96% 0.46% -
HSV(B) 260.18º 0.98% 0.89% -
XYZ 17.37 7.42 73.91 -
YUV 52.85 226.85 147.37 -
System Red Green Blue C M Y K H S L
Decimal 80 5 228 0.65 0.98 0 0.11 260.18 0.96 0.46
Hex 50 5 E4 41 62 0 B 104 60 2E
Octal 120 5 344 101 142 0 13 404 140 56
Binary 1010000 101 11100100 1000001 1100010 0 1011 100000100 1100000 101110

Color Harmonies of #5005E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5005E4

Black with #5005E4

Text Example


Text Example

White with #5005E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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