Html Css Color HEX #5318EA Han Purple

📋 copy color: '#5318EA'

red 83 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #5318EA

Tints of Han Purple #5318EA

RGB

 RED value IS 83 (32.81% from 255) = 24.34%

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 24.34%
G = 7.04%
B = 68.62%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5318EA (or 0x5318EA) is known color: Han Purple. HEX triplet: 53, 18 and EA. RGB value is (83,24,234). Sum of RGB (Red+Green+Blue) = 83+24+234=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #5318EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318EA is #ACE715. Grayscale: #404040. Windows color (decimal): -11331350 or 15341651. OLE color: 15341651.

HSL color Cylindrical-coordinate representation of color #5318EA: hue angle of 256.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5318EA is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 24 234 -
CMYK 0.65 0.90 0 0.08
HSL 256.86º 0.83% 0.51% -
HSV(B) 256.86º 0.9% 0.92% -
XYZ 18.75 8.43 78.48 -
YUV 65.58 223.05 140.42 -
System Red Green Blue C M Y K H S L
Decimal 83 24 234 0.65 0.90 0 0.08 256.86 0.83 0.51
Hex 53 18 EA 41 5A 0 8 101 53 33
Octal 123 30 352 101 132 0 10 401 123 63
Binary 1010011 11000 11101010 1000001 1011010 0 1000 100000001 1010011 110011

Color Harmonies of #5318EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318EA

Black with #5318EA

Text Example


Text Example

White with #5318EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,24,234); }

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

background-color css

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

 a { background-color: rgb(83,24,234); }

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

border-color css

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

 span { border-color: rgb(83,24,234); }

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