Html Css Color HEX #5D3457 Palatinate Purple

📋 copy color: '#5D3457'

red 93 ◦ green 52 ◦ blue 87

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

Shades of Palatinate Purple #5D3457

Tints of Palatinate Purple #5D3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 40.09%
G = 22.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#5D3457 (or 0x5D3457) is known color: Palatinate Purple. HEX triplet: 5D, 34 and 57. RGB value is (93,52,87). Sum of RGB (Red+Green+Blue) = 93+52+87=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3457 is #A2CBA8. Grayscale: #444444. Windows color (decimal): -10668969 or 5715037. OLE color: 5715037.

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

Color convert

RGB 93 52 87 -
CMYK 0 0.44 0.06 0.64
HSL 308.78º 0.28% 0.28% -
HSV(B) 308.78º 0.44% 0.36% -
XYZ 7.46 5.47 9.68 -
YUV 68.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 93 52 87 0 0.44 0.06 0.64 308.78 0.28 0.28
Hex 5D 34 57 0 2C 6 40 135 1C 1C
Octal 135 64 127 0 54 6 100 465 34 34
Binary 1011101 110100 1010111 0 101100 110 1000000 100110101 11100 11100

Color Harmonies of #5D3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3457

Black with #5D3457

Text Example


Text Example

White with #5D3457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,52,87); }

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

background-color css

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

 a { background-color: rgb(93,52,87); }

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

border-color css

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

 span { border-color: rgb(93,52,87); }

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