Html Css Color HEX #601768 Palatinate Purple

📋 copy color: '#601768'

red 96 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #601768

Tints of Palatinate Purple #601768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 43.05%
G = 10.31%
B = 46.64%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601768 (or 0x601768) is known color: Palatinate Purple. HEX triplet: 60, 17 and 68. RGB value is (96,23,104). Sum of RGB (Red+Green+Blue) = 96+23+104=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #601768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601768 is #9FE897. Grayscale: #353535. Windows color (decimal): -10479768 or 6821728. OLE color: 6821728.

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

Color convert

RGB 96 23 104 -
CMYK 0.08 0.78 0 0.59
HSL 294.07º 0.64% 0.25% -
HSV(B) 294.07º 0.78% 0.41% -
XYZ 7.63 4.1 13.49 -
YUV 54.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 96 23 104 0.08 0.78 0 0.59 294.07 0.64 0.25
Hex 60 17 68 8 4E 0 3B 126 40 19
Octal 140 27 150 10 116 0 73 446 100 31
Binary 1100000 10111 1101000 1000 1001110 0 111011 100100110 1000000 11001

Color Harmonies of #601768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601768

Black with #601768

Text Example


Text Example

White with #601768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601768; }

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

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

background-color css

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

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

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

border-color css

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

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

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