Html Css Color HEX #5B075B Palatinate Purple

📋 copy color: '#5B075B'

red 91 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #5B075B

Tints of Palatinate Purple #5B075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 48.15%
G = 3.7%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B075B (or 0x5B075B) is known color: Palatinate Purple. HEX triplet: 5B, 07 and 5B. RGB value is (91,7,91). Sum of RGB (Red+Green+Blue) = 91+7+91=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B075B is #A4F8A4. Grayscale: #292929. Windows color (decimal): -10811557 or 5965659. OLE color: 5965659.

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

Color convert

RGB 91 7 91 -
CMYK 0 0.92 0 0.64
HSL 300º 0.86% 0.19% -
HSV(B) 300º 0.92% 0.36% -
XYZ 6.28 3.13 10.17 -
YUV 41.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 91 7 91 0 0.92 0 0.64 300 0.86 0.19
Hex 5B 7 5B 0 5C 0 40 12C 56 13
Octal 133 7 133 0 134 0 100 454 126 23
Binary 1011011 111 1011011 0 1011100 0 1000000 100101100 1010110 10011

Color Harmonies of #5B075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B075B

Black with #5B075B

Text Example


Text Example

White with #5B075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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