Html Css Color HEX #5318EF Han Purple

📋 copy color: '#5318EF'

red 83 ◦ green 24 ◦ blue 239

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

Shades of Han Purple #5318EF

Tints of Han Purple #5318EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 23.99%
G = 6.94%
B = 69.08%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5318EF (or 0x5318EF) is known color: Han Purple. HEX triplet: 53, 18 and EF. RGB value is (83,24,239). Sum of RGB (Red+Green+Blue) = 83+24+239=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #5318EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318EF is #ACE710. Grayscale: #414141. Windows color (decimal): -11331345 or 15669331. OLE color: 15669331.

HSL color Cylindrical-coordinate representation of color #5318EF: hue angle of 256.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5318EF is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 24 239 -
CMYK 0.65 0.90 0 0.06
HSL 256.47º 0.87% 0.52% -
HSV(B) 256.47º 0.9% 0.94% -
XYZ 19.47 8.72 82.32 -
YUV 66.15 225.55 140.02 -
System Red Green Blue C M Y K H S L
Decimal 83 24 239 0.65 0.90 0 0.06 256.47 0.87 0.52
Hex 53 18 EF 41 5A 0 6 100 57 34
Octal 123 30 357 101 132 0 6 400 127 64
Binary 1010011 11000 11101111 1000001 1011010 0 110 100000000 1010111 110100

Color Harmonies of #5318EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318EF

Black with #5318EF

Text Example


Text Example

White with #5318EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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