Html Css Color HEX #5B1B7F Kingfisher Daisy

📋 copy color: '#5B1B7F'

red 91 ◦ green 27 ◦ blue 127

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

Shades of Kingfisher Daisy #5B1B7F

Tints of Kingfisher Daisy #5B1B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 127 (50% from 255) = 51.84%

R = 37.14%
G = 11.02%
B = 51.84%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B1B7F (or 0x5B1B7F) is known color: Kingfisher Daisy. HEX triplet: 5B, 1B and 7F. RGB value is (91,27,127). Sum of RGB (Red+Green+Blue) = 91+27+127=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B1B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1B7F is #A4E480. Grayscale: #393939. Windows color (decimal): -10806401 or 8330075. OLE color: 8330075.

HSL color Cylindrical-coordinate representation of color #5B1B7F: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1B7F is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 27 127 -
CMYK 0.28 0.79 0 0.50
HSL 278.4º 0.65% 0.3% -
HSV(B) 278.4º 0.79% 0.5% -
XYZ 8.54 4.54 20.51 -
YUV 57.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 91 27 127 0.28 0.79 0 0.50 278.4 0.65 0.3
Hex 5B 1B 7F 1C 4F 0 32 116 41 1E
Octal 133 33 177 34 117 0 62 426 101 36
Binary 1011011 11011 1111111 11100 1001111 0 110010 100010110 1000001 11110

Color Harmonies of #5B1B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1B7F

Black with #5B1B7F

Text Example


Text Example

White with #5B1B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,27,127); }

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

background-color css

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

 a { background-color: rgb(91,27,127); }

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

border-color css

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

 span { border-color: rgb(91,27,127); }

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