Html Css Color HEX #5D155A Palatinate Purple

📋 copy color: '#5D155A'

red 93 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #5D155A

Tints of Palatinate Purple #5D155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 45.59%
G = 10.29%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5D155A (or 0x5D155A) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 5A. RGB value is (93,21,90). Sum of RGB (Red+Green+Blue) = 93+21+90=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 93 - color contains mainly: red. Hex color #5D155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D155A is #A2EAA5. Grayscale: #323232. Windows color (decimal): -10676902 or 5903709. OLE color: 5903709.

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

Color convert

RGB 93 21 90 -
CMYK 0 0.77 0.03 0.64
HSL 302.5º 0.63% 0.22% -
HSV(B) 302.5º 0.77% 0.36% -
XYZ 6.63 3.6 10.02 -
YUV 50.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 93 21 90 0 0.77 0.03 0.64 302.5 0.63 0.22
Hex 5D 15 5A 0 4D 3 40 12E 3F 16
Octal 135 25 132 0 115 3 100 456 77 26
Binary 1011101 10101 1011010 0 1001101 11 1000000 100101110 111111 10110

Color Harmonies of #5D155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D155A

Black with #5D155A

Text Example


Text Example

White with #5D155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,90); }

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

background-color css

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

 a { background-color: rgb(93,21,90); }

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

border-color css

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

 span { border-color: rgb(93,21,90); }

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