Html Css Color HEX #601E5D Palatinate Purple

📋 copy color: '#601E5D'

red 96 ◦ green 30 ◦ blue 93

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

Shades of Palatinate Purple #601E5D

Tints of Palatinate Purple #601E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

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

R = 43.84%
G = 13.7%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#601E5D (or 0x601E5D) is known color: Palatinate Purple. HEX triplet: 60, 1E and 5D. RGB value is (96,30,93). Sum of RGB (Red+Green+Blue) = 96+30+93=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5D is #9FE1A2. Grayscale: #383838. Windows color (decimal): -10477987 or 6102624. OLE color: 6102624.

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

Color convert

RGB 96 30 93 -
CMYK 0 0.69 0.03 0.62
HSL 302.73º 0.52% 0.25% -
HSV(B) 302.73º 0.69% 0.38% -
XYZ 7.26 4.21 10.78 -
YUV 56.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 96 30 93 0 0.69 0.03 0.62 302.73 0.52 0.25
Hex 60 1E 5D 0 45 3 3E 12F 34 19
Octal 140 36 135 0 105 3 76 457 64 31
Binary 1100000 11110 1011101 0 1000101 11 111110 100101111 110100 11001

Color Harmonies of #601E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E5D

Black with #601E5D

Text Example


Text Example

White with #601E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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