Html Css Color HEX #5B055B Palatinate Purple

📋 copy color: '#5B055B'

red 91 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #5B055B

Tints of Palatinate Purple #5B055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 48.66%
G = 2.67%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B055B (or 0x5B055B) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 5B. RGB value is (91,5,91). Sum of RGB (Red+Green+Blue) = 91+5+91=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B055B is #A4FAA4. Grayscale: #282828. Windows color (decimal): -10812069 or 5965147. OLE color: 5965147.

HSL color Cylindrical-coordinate representation of color #5B055B: hue angle of 300º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B055B is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 91 -
CMYK 0 0.95 0 0.64
HSL 300º 0.9% 0.19% -
HSV(B) 300º 0.95% 0.36% -
XYZ 6.26 3.09 10.16 -
YUV 40.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 91 5 91 0 0.95 0 0.64 300 0.9 0.19
Hex 5B 5 5B 0 5F 0 40 12C 5A 13
Octal 133 5 133 0 137 0 100 454 132 23
Binary 1011011 101 1011011 0 1011111 0 1000000 100101100 1011010 10011

Color Harmonies of #5B055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B055B

Black with #5B055B

Text Example


Text Example

White with #5B055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,91); }

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

background-color css

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

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

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

border-color css

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

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

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