Html Css Color HEX #5312ED Han Purple

📋 copy color: '#5312ED'

red 83 ◦ green 18 ◦ blue 237

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

Shades of Han Purple #5312ED

Tints of Han Purple #5312ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 24.56%
G = 5.33%
B = 70.12%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5312ED (or 0x5312ED) is known color: Han Purple. HEX triplet: 53, 12 and ED. RGB value is (83,18,237). Sum of RGB (Red+Green+Blue) = 83+18+237=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #5312ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312ED is #ACED12. Grayscale: #3D3D3D. Windows color (decimal): -11332883 or 15536723. OLE color: 15536723.

HSL color Cylindrical-coordinate representation of color #5312ED: hue angle of 257.81º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5312ED is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 18 237 -
CMYK 0.65 0.92 0 0.07
HSL 257.81º 0.86% 0.5% -
HSV(B) 257.81º 0.92% 0.93% -
XYZ 19.07 8.39 80.73 -
YUV 62.4 226.53 142.69 -
System Red Green Blue C M Y K H S L
Decimal 83 18 237 0.65 0.92 0 0.07 257.81 0.86 0.5
Hex 53 12 ED 41 5C 0 7 102 56 32
Octal 123 22 355 101 134 0 7 402 126 62
Binary 1010011 10010 11101101 1000001 1011100 0 111 100000010 1010110 110010

Color Harmonies of #5312ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5312ED

Black with #5312ED

Text Example


Text Example

White with #5312ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5312ED; }

 p { color: rgb(83,18,237); }

 H1.HeaderClassName
 {
   color: #5312ED;
 }
 .AnyTagClassName
 {
   color: #5312ED;
 }
</style>

background-color css

<style>
 a { background-color: #5312ED; }

 a { background-color: rgb(83,18,237); }

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

border-color css

<style>
 span { border-color: #5312ED; }

 span { border-color: rgb(83,18,237); }

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