Html Css Color HEX #601D5D Palatinate Purple

📋 copy color: '#601D5D'

red 96 ◦ green 29 ◦ blue 93

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

Shades of Palatinate Purple #601D5D

Tints of Palatinate Purple #601D5D

RGB

 RED value IS 96 (37.89% from 255) = 44.04%

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 44.04%
G = 13.3%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#601D5D (or 0x601D5D) is known color: Palatinate Purple. HEX triplet: 60, 1D and 5D. RGB value is (96,29,93). Sum of RGB (Red+Green+Blue) = 96+29+93=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #601D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D5D is #9FE2A2. Grayscale: #383838. Windows color (decimal): -10478243 or 6102368. OLE color: 6102368.

HSL color Cylindrical-coordinate representation of color #601D5D: hue angle of 302.69º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D5D is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 93 -
CMYK 0 0.70 0.03 0.62
HSL 302.69º 0.54% 0.25% -
HSV(B) 302.69º 0.7% 0.38% -
XYZ 7.24 4.16 10.78 -
YUV 56.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 96 29 93 0 0.70 0.03 0.62 302.69 0.54 0.25
Hex 60 1D 5D 0 46 3 3E 12F 36 19
Octal 140 35 135 0 106 3 76 457 66 31
Binary 1100000 11101 1011101 0 1000110 11 111110 100101111 110110 11001

Color Harmonies of #601D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D5D

Black with #601D5D

Text Example


Text Example

White with #601D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601D5D; }

 p { color: rgb(96,29,93); }

 H1.HeaderClassName
 {
   color: #601D5D;
 }
 .AnyTagClassName
 {
   color: #601D5D;
 }
</style>

background-color css

<style>
 a { background-color: #601D5D; }

 a { background-color: rgb(96,29,93); }

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

border-color css

<style>
 span { border-color: #601D5D; }

 span { border-color: rgb(96,29,93); }

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