Html Css Color HEX #5312F5 Han Purple

📋 copy color: '#5312F5'

red 83 ◦ green 18 ◦ blue 245

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

Shades of Han Purple #5312F5

Tints of Han Purple #5312F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70.81%

R = 23.99%
G = 5.2%
B = 70.81%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5312F5 (or 0x5312F5) is known color: Han Purple. HEX triplet: 53, 12 and F5. RGB value is (83,18,245). Sum of RGB (Red+Green+Blue) = 83+18+245=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #5312F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312F5 is #ACED0A. Grayscale: #3E3E3E. Windows color (decimal): -11332875 or 16061011. OLE color: 16061011.

HSL color Cylindrical-coordinate representation of color #5312F5: hue angle of 257.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5312F5 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 18 245 -
CMYK 0.66 0.93 0 0.04
HSL 257.18º 0.92% 0.52% -
HSV(B) 257.18º 0.93% 0.96% -
XYZ 20.27 8.86 87.03 -
YUV 63.31 230.53 142.04 -
System Red Green Blue C M Y K H S L
Decimal 83 18 245 0.66 0.93 0 0.04 257.18 0.92 0.52
Hex 53 12 F5 42 5D 0 4 101 5C 34
Octal 123 22 365 102 135 0 4 401 134 64
Binary 1010011 10010 11110101 1000010 1011101 0 100 100000001 1011100 110100

Color Harmonies of #5312F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5312F5

Black with #5312F5

Text Example


Text Example

White with #5312F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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