Html Css Color HEX #5315DE Han Purple

📋 copy color: '#5315DE'

red 83 ◦ green 21 ◦ blue 222

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

Shades of Han Purple #5315DE

Tints of Han Purple #5315DE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 25.46%
G = 6.44%
B = 68.1%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5315DE (or 0x5315DE) is known color: Han Purple. HEX triplet: 53, 15 and DE. RGB value is (83,21,222). Sum of RGB (Red+Green+Blue) = 83+21+222=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #5315DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315DE is #ACEA21. Grayscale: #3D3D3D. Windows color (decimal): -11332130 or 14554451. OLE color: 14554451.

HSL color Cylindrical-coordinate representation of color #5315DE: hue angle of 258.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5315DE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 21 222 -
CMYK 0.63 0.91 0 0.13
HSL 258.51º 0.83% 0.48% -
HSV(B) 258.51º 0.91% 0.87% -
XYZ 17.02 7.65 69.69 -
YUV 62.45 218.04 142.66 -
System Red Green Blue C M Y K H S L
Decimal 83 21 222 0.63 0.91 0 0.13 258.51 0.83 0.48
Hex 53 15 DE 3F 5B 0 D 103 53 30
Octal 123 25 336 77 133 0 15 403 123 60
Binary 1010011 10101 11011110 111111 1011011 0 1101 100000011 1010011 110000

Color Harmonies of #5315DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315DE

Black with #5315DE

Text Example


Text Example

White with #5315DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5315DE; }

 p { color: rgb(83,21,222); }

 H1.HeaderClassName
 {
   color: #5315DE;
 }
 .AnyTagClassName
 {
   color: #5315DE;
 }
</style>

background-color css

<style>
 a { background-color: #5315DE; }

 a { background-color: rgb(83,21,222); }

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

border-color css

<style>
 span { border-color: #5315DE; }

 span { border-color: rgb(83,21,222); }

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