Html Css Color HEX #5B12DF Han Purple

📋 copy color: '#5B12DF'

red 91 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #5B12DF

Tints of Han Purple #5B12DF

RGB

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

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

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

R = 27.41%
G = 5.42%
B = 67.17%

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

#5B12DF (or 0x5B12DF) is known color: Han Purple. HEX triplet: 5B, 12 and DF. RGB value is (91,18,223). Sum of RGB (Red+Green+Blue) = 91+18+223=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B12DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12DF is #A4ED20. Grayscale: #3E3E3E. Windows color (decimal): -10808609 or 14619227. OLE color: 14619227.

HSL color Cylindrical-coordinate representation of color #5B12DF: hue angle of 261.37º 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 #5B12DF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 18 223 -
CMYK 0.59 0.92 0 0.13
HSL 261.37º 0.85% 0.47% -
HSV(B) 261.37º 0.92% 0.87% -
XYZ 17.85 7.98 70.41 -
YUV 63.2 218.18 147.83 -
System Red Green Blue C M Y K H S L
Decimal 91 18 223 0.59 0.92 0 0.13 261.37 0.85 0.47
Hex 5B 12 DF 3B 5C 0 D 105 55 2F
Octal 133 22 337 73 134 0 15 405 125 57
Binary 1011011 10010 11011111 111011 1011100 0 1101 100000101 1010101 101111

Color Harmonies of #5B12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B12DF

Black with #5B12DF

Text Example


Text Example

White with #5B12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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