Html Css Color HEX #601C5D Palatinate Purple

📋 copy color: '#601C5D'

red 96 ◦ green 28 ◦ blue 93

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

Shades of Palatinate Purple #601C5D

Tints of Palatinate Purple #601C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

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

R = 44.24%
G = 12.9%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#601C5D (or 0x601C5D) is known color: Palatinate Purple. HEX triplet: 60, 1C and 5D. RGB value is (96,28,93). Sum of RGB (Red+Green+Blue) = 96+28+93=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #601C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C5D is #9FE3A2. Grayscale: #373737. Windows color (decimal): -10478499 or 6102112. OLE color: 6102112.

HSL color Cylindrical-coordinate representation of color #601C5D: hue angle of 302.65º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C5D is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 28 93 -
CMYK 0 0.71 0.03 0.62
HSL 302.65º 0.55% 0.24% -
HSV(B) 302.65º 0.71% 0.38% -
XYZ 7.21 4.11 10.77 -
YUV 55.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 96 28 93 0 0.71 0.03 0.62 302.65 0.55 0.24
Hex 60 1C 5D 0 47 3 3E 12F 37 18
Octal 140 34 135 0 107 3 76 457 67 30
Binary 1100000 11100 1011101 0 1000111 11 111110 100101111 110111 11000

Color Harmonies of #601C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C5D

Black with #601C5D

Text Example


Text Example

White with #601C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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