Html Css Color HEX #601669 Palatinate Purple

📋 copy color: '#601669'

red 96 ◦ green 22 ◦ blue 105

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

Shades of Palatinate Purple #601669

Tints of Palatinate Purple #601669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 43.05%
G = 9.87%
B = 47.09%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601669 (or 0x601669) is known color: Palatinate Purple. HEX triplet: 60, 16 and 69. RGB value is (96,22,105). Sum of RGB (Red+Green+Blue) = 96+22+105=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #601669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601669 is #9FE996. Grayscale: #353535. Windows color (decimal): -10480023 or 6887008. OLE color: 6887008.

HSL color Cylindrical-coordinate representation of color #601669: hue angle of 293.49º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601669 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 22 105 -
CMYK 0.09 0.79 0 0.59
HSL 293.49º 0.65% 0.25% -
HSV(B) 293.49º 0.79% 0.41% -
XYZ 7.66 4.08 13.75 -
YUV 53.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 96 22 105 0.09 0.79 0 0.59 293.49 0.65 0.25
Hex 60 16 69 9 4F 0 3B 125 41 19
Octal 140 26 151 11 117 0 73 445 101 31
Binary 1100000 10110 1101001 1001 1001111 0 111011 100100101 1000001 11001

Color Harmonies of #601669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601669

Black with #601669

Text Example


Text Example

White with #601669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601669; }

 p { color: rgb(96,22,105); }

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

background-color css

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

 a { background-color: rgb(96,22,105); }

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

border-color css

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

 span { border-color: rgb(96,22,105); }

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