Html Css Color HEX #5B0DDF Han Purple

📋 copy color: '#5B0DDF'

red 91 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #5B0DDF

Tints of Han Purple #5B0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

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

R = 27.83%
G = 3.98%
B = 68.2%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B0DDF (or 0x5B0DDF) is known color: Han Purple. HEX triplet: 5B, 0D and DF. RGB value is (91,13,223). Sum of RGB (Red+Green+Blue) = 91+13+223=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B0DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DDF is #A4F220. Grayscale: #3B3B3B. Windows color (decimal): -10809889 or 14617947. OLE color: 14617947.

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

Color convert

RGB 91 13 223 -
CMYK 0.59 0.94 0 0.13
HSL 262.29º 0.89% 0.46% -
HSV(B) 262.29º 0.94% 0.87% -
XYZ 17.78 7.84 70.39 -
YUV 60.26 219.84 149.92 -
System Red Green Blue C M Y K H S L
Decimal 91 13 223 0.59 0.94 0 0.13 262.29 0.89 0.46
Hex 5B D DF 3B 5E 0 D 106 59 2E
Octal 133 15 337 73 136 0 15 406 131 56
Binary 1011011 1101 11011111 111011 1011110 0 1101 100000110 1011001 101110

Color Harmonies of #5B0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0DDF

Black with #5B0DDF

Text Example


Text Example

White with #5B0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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