Html Css Color HEX #5B1FDF Han Purple

📋 copy color: '#5B1FDF'

red 91 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #5B1FDF

Tints of Han Purple #5B1FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 26.38%
G = 8.99%
B = 64.64%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B1FDF (or 0x5B1FDF) is known color: Han Purple. HEX triplet: 5B, 1F and DF. RGB value is (91,31,223). Sum of RGB (Red+Green+Blue) = 91+31+223=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B1FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1FDF is #A4E020. Grayscale: #464646. Windows color (decimal): -10805281 or 14622555. OLE color: 14622555.

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

Color convert

RGB 91 31 223 -
CMYK 0.59 0.86 0 0.13
HSL 258.75º 0.76% 0.5% -
HSV(B) 258.75º 0.86% 0.87% -
XYZ 18.12 8.53 70.5 -
YUV 70.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 91 31 223 0.59 0.86 0 0.13 258.75 0.76 0.5
Hex 5B 1F DF 3B 56 0 D 103 4C 32
Octal 133 37 337 73 126 0 15 403 114 62
Binary 1011011 11111 11011111 111011 1010110 0 1101 100000011 1001100 110010

Color Harmonies of #5B1FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1FDF

Black with #5B1FDF

Text Example


Text Example

White with #5B1FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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