Html Css Color HEX #5613FA Han Purple

📋 copy color: '#5613FA'

red 86 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #5613FA

Tints of Han Purple #5613FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.42%

R = 24.23%
G = 5.35%
B = 70.42%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5613FA (or 0x5613FA) is known color: Han Purple. HEX triplet: 56, 13 and FA. RGB value is (86,19,250). Sum of RGB (Red+Green+Blue) = 86+19+250=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #5613FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613FA is #A9EC05. Grayscale: #404040. Windows color (decimal): -11136006 or 16388950. OLE color: 16388950.

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

Color convert

RGB 86 19 250 -
CMYK 0.66 0.92 0 0.02
HSL 257.4º 0.96% 0.53% -
HSV(B) 257.4º 0.92% 0.98% -
XYZ 21.33 9.35 91.12 -
YUV 65.37 232.2 142.72 -
System Red Green Blue C M Y K H S L
Decimal 86 19 250 0.66 0.92 0 0.02 257.4 0.96 0.53
Hex 56 13 FA 42 5C 0 2 101 60 35
Octal 126 23 372 102 134 0 2 401 140 65
Binary 1010110 10011 11111010 1000010 1011100 0 10 100000001 1100000 110101

Color Harmonies of #5613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613FA

Black with #5613FA

Text Example


Text Example

White with #5613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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