Html Css Color HEX #5D065A Palatinate Purple

📋 copy color: '#5D065A'

red 93 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #5D065A

Tints of Palatinate Purple #5D065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 49.21%
G = 3.17%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5D065A (or 0x5D065A) is known color: Palatinate Purple. HEX triplet: 5D, 06 and 5A. RGB value is (93,6,90). Sum of RGB (Red+Green+Blue) = 93+6+90=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D065A is #A2F9A5. Grayscale: #292929. Windows color (decimal): -10680742 or 5899869. OLE color: 5899869.

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

Color convert

RGB 93 6 90 -
CMYK 0 0.94 0.03 0.64
HSL 302.07º 0.88% 0.19% -
HSV(B) 302.07º 0.94% 0.36% -
XYZ 6.42 3.2 9.95 -
YUV 41.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 93 6 90 0 0.94 0.03 0.64 302.07 0.88 0.19
Hex 5D 6 5A 0 5E 3 40 12E 58 13
Octal 135 6 132 0 136 3 100 456 130 23
Binary 1011101 110 1011010 0 1011110 11 1000000 100101110 1011000 10011

Color Harmonies of #5D065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D065A

Black with #5D065A

Text Example


Text Example

White with #5D065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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