Html Css Color HEX #601958 Palatinate Purple

📋 copy color: '#601958'

red 96 ◦ green 25 ◦ blue 88

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

Shades of Palatinate Purple #601958

Tints of Palatinate Purple #601958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 45.93%
G = 11.96%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#601958 (or 0x601958) is known color: Palatinate Purple. HEX triplet: 60, 19 and 58. RGB value is (96,25,88). Sum of RGB (Red+Green+Blue) = 96+25+88=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #601958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601958 is #9FE6A7. Grayscale: #353535. Windows color (decimal): -10479272 or 5773664. OLE color: 5773664.

HSL color Cylindrical-coordinate representation of color #601958: hue angle of 306.76º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601958 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 88 -
CMYK 0 0.74 0.08 0.62
HSL 306.76º 0.59% 0.24% -
HSV(B) 306.76º 0.74% 0.38% -
XYZ 6.93 3.89 9.62 -
YUV 53.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 96 25 88 0 0.74 0.08 0.62 306.76 0.59 0.24
Hex 60 19 58 0 4A 8 3E 133 3B 18
Octal 140 31 130 0 112 10 76 463 73 30
Binary 1100000 11001 1011000 0 1001010 1000 111110 100110011 111011 11000

Color Harmonies of #601958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601958

Black with #601958

Text Example


Text Example

White with #601958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601958; }

 p { color: rgb(96,25,88); }

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

background-color css

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

 a { background-color: rgb(96,25,88); }

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

border-color css

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

 span { border-color: rgb(96,25,88); }

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