Html Css Color HEX #5313DE Han Purple

📋 copy color: '#5313DE'

red 83 ◦ green 19 ◦ blue 222

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

Shades of Han Purple #5313DE

Tints of Han Purple #5313DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 25.62%
G = 5.86%
B = 68.52%

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

#5313DE (or 0x5313DE) is known color: Han Purple. HEX triplet: 53, 13 and DE. RGB value is (83,19,222). Sum of RGB (Red+Green+Blue) = 83+19+222=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #5313DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313DE is #ACEC21. Grayscale: #3C3C3C. Windows color (decimal): -11332642 or 14553939. OLE color: 14553939.

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

Color convert

RGB 83 19 222 -
CMYK 0.63 0.91 0 0.13
HSL 258.92º 0.84% 0.47% -
HSV(B) 258.92º 0.91% 0.87% -
XYZ 16.98 7.58 69.67 -
YUV 61.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 83 19 222 0.63 0.91 0 0.13 258.92 0.84 0.47
Hex 53 13 DE 3F 5B 0 D 103 54 2F
Octal 123 23 336 77 133 0 15 403 124 57
Binary 1010011 10011 11011110 111111 1011011 0 1101 100000011 1010100 101111

Color Harmonies of #5313DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313DE

Black with #5313DE

Text Example


Text Example

White with #5313DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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