Html Css Color HEX #5B0358 Palatinate Purple

📋 copy color: '#5B0358'

red 91 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #5B0358

Tints of Palatinate Purple #5B0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 50%
G = 1.65%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B0358 (or 0x5B0358) is known color: Palatinate Purple. HEX triplet: 5B, 03 and 58. RGB value is (91,3,88). Sum of RGB (Red+Green+Blue) = 91+3+88=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0358 is #A4FCA7. Grayscale: #262626. Windows color (decimal): -10812584 or 5768027. OLE color: 5768027.

HSL color Cylindrical-coordinate representation of color #5B0358: hue angle of 302.05º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0358 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 3 88 -
CMYK 0 0.97 0.03 0.64
HSL 302.05º 0.94% 0.18% -
HSV(B) 302.05º 0.97% 0.36% -
XYZ 6.11 2.99 9.49 -
YUV 39 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 91 3 88 0 0.97 0.03 0.64 302.05 0.94 0.18
Hex 5B 3 58 0 61 3 40 12E 5E 12
Octal 133 3 130 0 141 3 100 456 136 22
Binary 1011011 11 1011000 0 1100001 11 1000000 100101110 1011110 10010

Color Harmonies of #5B0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0358

Black with #5B0358

Text Example


Text Example

White with #5B0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,3,88); }

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

background-color css

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

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

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

border-color css

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

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

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