Html Css Color HEX #5605E1 Han Purple

📋 copy color: '#5605E1'

red 86 ◦ green 5 ◦ blue 225

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

Shades of Han Purple #5605E1

Tints of Han Purple #5605E1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 225 (88.28% from 255) = 71.2%

R = 27.22%
G = 1.58%
B = 71.2%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5605E1 (or 0x5605E1) is known color: Han Purple. HEX triplet: 56, 05 and E1. RGB value is (86,5,225). Sum of RGB (Red+Green+Blue) = 86+5+225=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #5605E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605E1 is #A9FA1E. Grayscale: #353535. Windows color (decimal): -11139615 or 14746966. OLE color: 14746966.

HSL color Cylindrical-coordinate representation of color #5605E1: hue angle of 262.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5605E1 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 5 225 -
CMYK 0.62 0.98 0 0.12
HSL 262.09º 0.96% 0.45% -
HSV(B) 262.09º 0.98% 0.88% -
XYZ 17.48 7.52 71.76 -
YUV 54.3 224.34 150.61 -
System Red Green Blue C M Y K H S L
Decimal 86 5 225 0.62 0.98 0 0.12 262.09 0.96 0.45
Hex 56 5 E1 3E 62 0 C 106 60 2D
Octal 126 5 341 76 142 0 14 406 140 55
Binary 1010110 101 11100001 111110 1100010 0 1100 100000110 1100000 101101

Color Harmonies of #5605E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5605E1

Black with #5605E1

Text Example


Text Example

White with #5605E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5605E1; }

 p { color: rgb(86,5,225); }

 H1.HeaderClassName
 {
   color: #5605E1;
 }
 .AnyTagClassName
 {
   color: #5605E1;
 }
</style>

background-color css

<style>
 a { background-color: #5605E1; }

 a { background-color: rgb(86,5,225); }

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

border-color css

<style>
 span { border-color: #5605E1; }

 span { border-color: rgb(86,5,225); }

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