Html Css Color HEX #5D075B Palatinate Purple

📋 copy color: '#5D075B'

red 93 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #5D075B

Tints of Palatinate Purple #5D075B

RGB

 RED value IS 93 (36.72% from 255) = 48.69%

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

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

R = 48.69%
G = 3.66%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5D075B (or 0x5D075B) is known color: Palatinate Purple. HEX triplet: 5D, 07 and 5B. RGB value is (93,7,91). Sum of RGB (Red+Green+Blue) = 93+7+91=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D075B is #A2F8A4. Grayscale: #2A2A2A. Windows color (decimal): -10680485 or 5965661. OLE color: 5965661.

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

Color convert

RGB 93 7 91 -
CMYK 0 0.92 0.02 0.64
HSL 301.4º 0.86% 0.2% -
HSV(B) 301.4º 0.92% 0.36% -
XYZ 6.48 3.23 10.18 -
YUV 42.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 93 7 91 0 0.92 0.02 0.64 301.4 0.86 0.2
Hex 5D 7 5B 0 5C 2 40 12D 56 14
Octal 135 7 133 0 134 2 100 455 126 24
Binary 1011101 111 1011011 0 1011100 10 1000000 100101101 1010110 10100

Color Harmonies of #5D075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D075B

Black with #5D075B

Text Example


Text Example

White with #5D075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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