Html Css Color HEX #601067 Palatinate Purple

📋 copy color: '#601067'

red 96 ◦ green 16 ◦ blue 103

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

Shades of Palatinate Purple #601067

Tints of Palatinate Purple #601067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 44.65%
G = 7.44%
B = 47.91%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#601067 (or 0x601067) is known color: Palatinate Purple. HEX triplet: 60, 10 and 67. RGB value is (96,16,103). Sum of RGB (Red+Green+Blue) = 96+16+103=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #601067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601067 is #9FEF98. Grayscale: #313131. Windows color (decimal): -10481561 or 6754400. OLE color: 6754400.

HSL color Cylindrical-coordinate representation of color #601067: hue angle of 295.17º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601067 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 16 103 -
CMYK 0.07 0.84 0 0.60
HSL 295.17º 0.73% 0.23% -
HSV(B) 295.17º 0.84% 0.4% -
XYZ 7.46 3.84 13.18 -
YUV 49.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 96 16 103 0.07 0.84 0 0.60 295.17 0.73 0.23
Hex 60 10 67 7 54 0 3C 127 49 17
Octal 140 20 147 7 124 0 74 447 111 27
Binary 1100000 10000 1100111 111 1010100 0 111100 100100111 1001001 10111

Color Harmonies of #601067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601067

Black with #601067

Text Example


Text Example

White with #601067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601067; }

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

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

background-color css

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

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

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

border-color css

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

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

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