Html Css Color HEX #5315D7 Han Purple

📋 copy color: '#5315D7'

red 83 ◦ green 21 ◦ blue 215

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

Shades of Han Purple #5315D7

Tints of Han Purple #5315D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.4%

R = 26.02%
G = 6.58%
B = 67.4%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5315D7 (or 0x5315D7) is known color: Han Purple. HEX triplet: 53, 15 and D7. RGB value is (83,21,215). Sum of RGB (Red+Green+Blue) = 83+21+215=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #5315D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315D7 is #ACEA28. Grayscale: #3C3C3C. Windows color (decimal): -11332137 or 14095699. OLE color: 14095699.

HSL color Cylindrical-coordinate representation of color #5315D7: hue angle of 259.18º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5315D7 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 21 215 -
CMYK 0.61 0.90 0 0.16
HSL 259.18º 0.82% 0.46% -
HSV(B) 259.18º 0.9% 0.84% -
XYZ 16.1 7.28 64.85 -
YUV 61.65 214.54 143.23 -
System Red Green Blue C M Y K H S L
Decimal 83 21 215 0.61 0.90 0 0.16 259.18 0.82 0.46
Hex 53 15 D7 3D 5A 0 10 103 52 2E
Octal 123 25 327 75 132 0 20 403 122 56
Binary 1010011 10101 11010111 111101 1011010 0 10000 100000011 1010010 101110

Color Harmonies of #5315D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315D7

Black with #5315D7

Text Example


Text Example

White with #5315D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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