Html Css Color HEX #5313DB Han Purple

📋 copy color: '#5313DB'

red 83 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #5313DB

Tints of Han Purple #5313DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 25.86%
G = 5.92%
B = 68.22%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5313DB (or 0x5313DB) is known color: Han Purple. HEX triplet: 53, 13 and DB. RGB value is (83,19,219). Sum of RGB (Red+Green+Blue) = 83+19+219=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #5313DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313DB is #ACEC24. Grayscale: #3C3C3C. Windows color (decimal): -11332645 or 14357331. OLE color: 14357331.

HSL color Cylindrical-coordinate representation of color #5313DB: hue angle of 259.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5313DB is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 19 219 -
CMYK 0.62 0.91 0 0.14
HSL 259.2º 0.84% 0.47% -
HSV(B) 259.2º 0.91% 0.86% -
XYZ 16.59 7.42 67.58 -
YUV 60.94 217.2 143.74 -
System Red Green Blue C M Y K H S L
Decimal 83 19 219 0.62 0.91 0 0.14 259.2 0.84 0.47
Hex 53 13 DB 3E 5B 0 E 103 54 2F
Octal 123 23 333 76 133 0 16 403 124 57
Binary 1010011 10011 11011011 111110 1011011 0 1110 100000011 1010100 101111

Color Harmonies of #5313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313DB

Black with #5313DB

Text Example


Text Example

White with #5313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5313DB; }

 p { color: rgb(83,19,219); }

 H1.HeaderClassName
 {
   color: #5313DB;
 }
 .AnyTagClassName
 {
   color: #5313DB;
 }
</style>

background-color css

<style>
 a { background-color: #5313DB; }

 a { background-color: rgb(83,19,219); }

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

border-color css

<style>
 span { border-color: #5313DB; }

 span { border-color: rgb(83,19,219); }

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