Html Css Color HEX #5315DC Han Purple

📋 copy color: '#5315DC'

red 83 ◦ green 21 ◦ blue 220

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

Shades of Han Purple #5315DC

Tints of Han Purple #5315DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 25.62%
G = 6.48%
B = 67.9%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5315DC (or 0x5315DC) is known color: Han Purple. HEX triplet: 53, 15 and DC. RGB value is (83,21,220). Sum of RGB (Red+Green+Blue) = 83+21+220=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5315DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315DC is #ACEA23. Grayscale: #3D3D3D. Windows color (decimal): -11332132 or 14423379. OLE color: 14423379.

HSL color Cylindrical-coordinate representation of color #5315DC: hue angle of 258.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5315DC is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 21 220 -
CMYK 0.62 0.90 0 0.14
HSL 258.69º 0.83% 0.47% -
HSV(B) 258.69º 0.9% 0.86% -
XYZ 16.75 7.54 68.28 -
YUV 62.22 217.04 142.82 -
System Red Green Blue C M Y K H S L
Decimal 83 21 220 0.62 0.90 0 0.14 258.69 0.83 0.47
Hex 53 15 DC 3E 5A 0 E 103 53 2F
Octal 123 25 334 76 132 0 16 403 123 57
Binary 1010011 10101 11011100 111110 1011010 0 1110 100000011 1010011 101111

Color Harmonies of #5315DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315DC

Black with #5315DC

Text Example


Text Example

White with #5315DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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