Html Css Color HEX #5B12DD Han Purple

📋 copy color: '#5B12DD'

red 91 ◦ green 18 ◦ blue 221

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

Shades of Han Purple #5B12DD

Tints of Han Purple #5B12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 27.58%
G = 5.45%
B = 66.97%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B12DD (or 0x5B12DD) is known color: Han Purple. HEX triplet: 5B, 12 and DD. RGB value is (91,18,221). Sum of RGB (Red+Green+Blue) = 91+18+221=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B12DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12DD is #A4ED22. Grayscale: #3E3E3E. Windows color (decimal): -10808611 or 14488155. OLE color: 14488155.

HSL color Cylindrical-coordinate representation of color #5B12DD: hue angle of 261.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B12DD is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 18 221 -
CMYK 0.59 0.92 0 0.13
HSL 261.58º 0.85% 0.47% -
HSV(B) 261.58º 0.92% 0.87% -
XYZ 17.58 7.88 69 -
YUV 62.97 217.18 147.99 -
System Red Green Blue C M Y K H S L
Decimal 91 18 221 0.59 0.92 0 0.13 261.58 0.85 0.47
Hex 5B 12 DD 3B 5C 0 D 106 55 2F
Octal 133 22 335 73 134 0 15 406 125 57
Binary 1011011 10010 11011101 111011 1011100 0 1101 100000110 1010101 101111

Color Harmonies of #5B12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B12DD

Black with #5B12DD

Text Example


Text Example

White with #5B12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,221); }

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

background-color css

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

 a { background-color: rgb(91,18,221); }

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

border-color css

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

 span { border-color: rgb(91,18,221); }

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