Html Css Color HEX #601668 Palatinate Purple

📋 copy color: '#601668'

red 96 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #601668

Tints of Palatinate Purple #601668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 43.24%
G = 9.91%
B = 46.85%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601668 (or 0x601668) is known color: Palatinate Purple. HEX triplet: 60, 16 and 68. RGB value is (96,22,104). Sum of RGB (Red+Green+Blue) = 96+22+104=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #601668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601668 is #9FE997. Grayscale: #353535. Windows color (decimal): -10480024 or 6821472. OLE color: 6821472.

HSL color Cylindrical-coordinate representation of color #601668: hue angle of 294.15º 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 #601668 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 22 104 -
CMYK 0.08 0.79 0 0.59
HSL 294.15º 0.65% 0.25% -
HSV(B) 294.15º 0.79% 0.41% -
XYZ 7.61 4.06 13.48 -
YUV 53.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 96 22 104 0.08 0.79 0 0.59 294.15 0.65 0.25
Hex 60 16 68 8 4F 0 3B 126 41 19
Octal 140 26 150 10 117 0 73 446 101 31
Binary 1100000 10110 1101000 1000 1001111 0 111011 100100110 1000001 11001

Color Harmonies of #601668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601668

Black with #601668

Text Example


Text Example

White with #601668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601668; }

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

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

background-color css

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

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

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

border-color css

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

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

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