Html Css Color HEX #5315DF Han Purple

📋 copy color: '#5315DF'

red 83 ◦ green 21 ◦ blue 223

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

Shades of Han Purple #5315DF

Tints of Han Purple #5315DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 25.38%
G = 6.42%
B = 68.2%

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

#5315DF (or 0x5315DF) is known color: Han Purple. HEX triplet: 53, 15 and DF. RGB value is (83,21,223). Sum of RGB (Red+Green+Blue) = 83+21+223=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5315DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315DF is #ACEA20. Grayscale: #3D3D3D. Windows color (decimal): -11332129 or 14619987. OLE color: 14619987.

HSL color Cylindrical-coordinate representation of color #5315DF: hue angle of 258.42º 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 #5315DF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 21 223 -
CMYK 0.63 0.91 0 0.13
HSL 258.42º 0.83% 0.48% -
HSV(B) 258.42º 0.91% 0.87% -
XYZ 17.15 7.7 70.39 -
YUV 62.57 218.54 142.57 -
System Red Green Blue C M Y K H S L
Decimal 83 21 223 0.63 0.91 0 0.13 258.42 0.83 0.48
Hex 53 15 DF 3F 5B 0 D 102 53 30
Octal 123 25 337 77 133 0 15 402 123 60
Binary 1010011 10101 11011111 111111 1011011 0 1101 100000010 1010011 110000

Color Harmonies of #5315DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315DF

Black with #5315DF

Text Example


Text Example

White with #5315DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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