Html Css Color HEX #562BE1 Han Purple

📋 copy color: '#562BE1'

red 86 ◦ green 43 ◦ blue 225

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

Shades of Han Purple #562BE1

Tints of Han Purple #562BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 24.29%
G = 12.15%
B = 63.56%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#562BE1 (or 0x562BE1) is known color: Han Purple. HEX triplet: 56, 2B and E1. RGB value is (86,43,225). Sum of RGB (Red+Green+Blue) = 86+43+225=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #562BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BE1 is #A9D41E. Grayscale: #4B4B4B. Windows color (decimal): -11129887 or 14756694. OLE color: 14756694.

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

Color convert

RGB 86 43 225 -
CMYK 0.62 0.81 0 0.12
HSL 254.18º 0.75% 0.53% -
HSV(B) 254.18º 0.81% 0.88% -
XYZ 18.29 9.14 72.03 -
YUV 76.61 211.75 134.7 -
System Red Green Blue C M Y K H S L
Decimal 86 43 225 0.62 0.81 0 0.12 254.18 0.75 0.53
Hex 56 2B E1 3E 51 0 C FE 4B 35
Octal 126 53 341 76 121 0 14 376 113 65
Binary 1010110 101011 11100001 111110 1010001 0 1100 11111110 1001011 110101

Color Harmonies of #562BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BE1

Black with #562BE1

Text Example


Text Example

White with #562BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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