Html Css Color HEX #562EDF Han Purple

📋 copy color: '#562EDF'

red 86 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #562EDF

Tints of Han Purple #562EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 24.23%
G = 12.96%
B = 62.82%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#562EDF (or 0x562EDF) is known color: Han Purple. HEX triplet: 56, 2E and DF. RGB value is (86,46,223). Sum of RGB (Red+Green+Blue) = 86+46+223=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #562EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EDF is #A9D120. Grayscale: #4D4D4D. Windows color (decimal): -11129121 or 14626390. OLE color: 14626390.

HSL color Cylindrical-coordinate representation of color #562EDF: hue angle of 253.56º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562EDF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 46 223 -
CMYK 0.61 0.79 0 0.13
HSL 253.56º 0.73% 0.53% -
HSV(B) 253.56º 0.79% 0.87% -
XYZ 18.13 9.26 70.64 -
YUV 78.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 86 46 223 0.61 0.79 0 0.13 253.56 0.73 0.53
Hex 56 2E DF 3D 4F 0 D FE 49 35
Octal 126 56 337 75 117 0 15 376 111 65
Binary 1010110 101110 11011111 111101 1001111 0 1101 11111110 1001001 110101

Color Harmonies of #562EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EDF

Black with #562EDF

Text Example


Text Example

White with #562EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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