Html Css Color HEX #5315DA Han Purple

📋 copy color: '#5315DA'

red 83 ◦ green 21 ◦ blue 218

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

Shades of Han Purple #5315DA

Tints of Han Purple #5315DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.7%

R = 25.78%
G = 6.52%
B = 67.7%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5315DA (or 0x5315DA) is known color: Han Purple. HEX triplet: 53, 15 and DA. RGB value is (83,21,218). Sum of RGB (Red+Green+Blue) = 83+21+218=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #5315DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315DA is #ACEA25. Grayscale: #3D3D3D. Windows color (decimal): -11332134 or 14292307. OLE color: 14292307.

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

Color convert

RGB 83 21 218 -
CMYK 0.62 0.90 0 0.15
HSL 258.88º 0.82% 0.47% -
HSV(B) 258.88º 0.9% 0.85% -
XYZ 16.49 7.44 66.9 -
YUV 62 216.04 142.98 -
System Red Green Blue C M Y K H S L
Decimal 83 21 218 0.62 0.90 0 0.15 258.88 0.82 0.47
Hex 53 15 DA 3E 5A 0 F 103 52 2F
Octal 123 25 332 76 132 0 17 403 122 57
Binary 1010011 10101 11011010 111110 1011010 0 1111 100000011 1010010 101111

Color Harmonies of #5315DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315DA

Black with #5315DA

Text Example


Text Example

White with #5315DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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