Html Css Color HEX #562EE1 Han Purple

📋 copy color: '#562EE1'

red 86 ◦ green 46 ◦ blue 225

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

Shades of Han Purple #562EE1

Tints of Han Purple #562EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 24.09%
G = 12.89%
B = 63.03%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#562EE1 (or 0x562EE1) is known color: Han Purple. HEX triplet: 56, 2E and E1. RGB value is (86,46,225). Sum of RGB (Red+Green+Blue) = 86+46+225=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #562EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EE1 is #A9D11E. Grayscale: #4D4D4D. Windows color (decimal): -11129119 or 14757462. OLE color: 14757462.

HSL color Cylindrical-coordinate representation of color #562EE1: hue angle of 253.41º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562EE1 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 46 225 -
CMYK 0.62 0.80 0 0.12
HSL 253.41º 0.75% 0.53% -
HSV(B) 253.41º 0.8% 0.88% -
XYZ 18.41 9.37 72.07 -
YUV 78.37 210.75 133.45 -
System Red Green Blue C M Y K H S L
Decimal 86 46 225 0.62 0.80 0 0.12 253.41 0.75 0.53
Hex 56 2E E1 3E 50 0 C FD 4B 35
Octal 126 56 341 76 120 0 14 375 113 65
Binary 1010110 101110 11100001 111110 1010000 0 1100 11111101 1001011 110101

Color Harmonies of #562EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EE1

Black with #562EE1

Text Example


Text Example

White with #562EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562EE1; }

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

 H1.HeaderClassName
 {
   color: #562EE1;
 }
 .AnyTagClassName
 {
   color: #562EE1;
 }
</style>

background-color css

<style>
 a { background-color: #562EE1; }

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

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

border-color css

<style>
 span { border-color: #562EE1; }

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

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