Html Css Color HEX #5613FD Han Purple

📋 copy color: '#5613FD'

red 86 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #5613FD

Tints of Han Purple #5613FD

RGB

 RED value IS 86 (33.98% from 255) = 24.02%

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

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 24.02%
G = 5.31%
B = 70.67%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5613FD (or 0x5613FD) is known color: Han Purple. HEX triplet: 56, 13 and FD. RGB value is (86,19,253). Sum of RGB (Red+Green+Blue) = 86+19+253=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #5613FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613FD is #A9EC02. Grayscale: #404040. Windows color (decimal): -11136003 or 16585558. OLE color: 16585558.

HSL color Cylindrical-coordinate representation of color #5613FD: hue angle of 257.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5613FD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 19 253 -
CMYK 0.66 0.92 0 0.01
HSL 257.18º 0.98% 0.53% -
HSV(B) 257.18º 0.92% 0.99% -
XYZ 21.8 9.54 93.62 -
YUV 65.71 233.7 142.47 -
System Red Green Blue C M Y K H S L
Decimal 86 19 253 0.66 0.92 0 0.01 257.18 0.98 0.53
Hex 56 13 FD 42 5C 0 1 101 62 35
Octal 126 23 375 102 134 0 1 401 142 65
Binary 1010110 10011 11111101 1000010 1011100 0 1 100000001 1100010 110101

Color Harmonies of #5613FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613FD

Black with #5613FD

Text Example


Text Example

White with #5613FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5613FD; }

 p { color: rgb(86,19,253); }

 H1.HeaderClassName
 {
   color: #5613FD;
 }
 .AnyTagClassName
 {
   color: #5613FD;
 }
</style>

background-color css

<style>
 a { background-color: #5613FD; }

 a { background-color: rgb(86,19,253); }

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

border-color css

<style>
 span { border-color: #5613FD; }

 span { border-color: rgb(86,19,253); }

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