Html Css Color HEX #5B22E6 Han Purple

📋 copy color: '#5B22E6'

red 91 ◦ green 34 ◦ blue 230

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

Shades of Han Purple #5B22E6

Tints of Han Purple #5B22E6

RGB

 RED value IS 91 (35.94% from 255) = 25.63%

 GREEN value IS 34 (13.67% from 255) = 9.58%

 BLUE value IS 230 (90.23% from 255) = 64.79%

R = 25.63%
G = 9.58%
B = 64.79%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5B22E6 (or 0x5B22E6) is known color: Han Purple. HEX triplet: 5B, 22 and E6. RGB value is (91,34,230). Sum of RGB (Red+Green+Blue) = 91+34+230=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #5B22E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B22E6 is #A4DD19. Grayscale: #484848. Windows color (decimal): -10804506 or 15082075. OLE color: 15082075.

HSL color Cylindrical-coordinate representation of color #5B22E6: hue angle of 257.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B22E6 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 91 34 230 -
CMYK 0.60 0.85 0 0.10
HSL 257.45º 0.8% 0.52% -
HSV(B) 257.45º 0.85% 0.9% -
XYZ 19.17 9.08 75.61 -
YUV 73.39 216.38 140.56 -
System Red Green Blue C M Y K H S L
Decimal 91 34 230 0.60 0.85 0 0.10 257.45 0.8 0.52
Hex 5B 22 E6 3C 55 0 A 101 50 34
Octal 133 42 346 74 125 0 12 401 120 64
Binary 1011011 100010 11100110 111100 1010101 0 1010 100000001 1010000 110100

Color Harmonies of #5B22E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B22E6

Black with #5B22E6

Text Example


Text Example

White with #5B22E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B22E6; }

 p { color: rgb(91,34,230); }

 H1.HeaderClassName
 {
   color: #5B22E6;
 }
 .AnyTagClassName
 {
   color: #5B22E6;
 }
</style>

background-color css

<style>
 a { background-color: #5B22E6; }

 a { background-color: rgb(91,34,230); }

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

border-color css

<style>
 span { border-color: #5B22E6; }

 span { border-color: rgb(91,34,230); }

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