Html Css Color HEX #601069 Palatinate Purple

📋 copy color: '#601069'

red 96 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #601069

Tints of Palatinate Purple #601069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 44.24%
G = 7.37%
B = 48.39%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601069 (or 0x601069) is known color: Palatinate Purple. HEX triplet: 60, 10 and 69. RGB value is (96,16,105). Sum of RGB (Red+Green+Blue) = 96+16+105=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #601069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601069 is #9FEF96. Grayscale: #313131. Windows color (decimal): -10481559 or 6885472. OLE color: 6885472.

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

Color convert

RGB 96 16 105 -
CMYK 0.09 0.85 0 0.59
HSL 293.93º 0.74% 0.24% -
HSV(B) 293.93º 0.85% 0.41% -
XYZ 7.56 3.88 13.71 -
YUV 50.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 96 16 105 0.09 0.85 0 0.59 293.93 0.74 0.24
Hex 60 10 69 9 55 0 3B 126 4A 18
Octal 140 20 151 11 125 0 73 446 112 30
Binary 1100000 10000 1101001 1001 1010101 0 111011 100100110 1001010 11000

Color Harmonies of #601069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601069

Black with #601069

Text Example


Text Example

White with #601069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601069; }

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

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

background-color css

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

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

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

border-color css

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

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

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