Html Css Color HEX #600768 Palatinate Purple

📋 copy color: '#600768'

red 96 ◦ green 7 ◦ blue 104

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

Shades of Palatinate Purple #600768

Tints of Palatinate Purple #600768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 46.38%
G = 3.38%
B = 50.24%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600768 (or 0x600768) is known color: Palatinate Purple. HEX triplet: 60, 07 and 68. RGB value is (96,7,104). Sum of RGB (Red+Green+Blue) = 96+7+104=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #600768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600768 is #9FF897. Grayscale: #2C2C2C. Windows color (decimal): -10483864 or 6817632. OLE color: 6817632.

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

Color convert

RGB 96 7 104 -
CMYK 0.08 0.93 0 0.59
HSL 295.05º 0.87% 0.22% -
HSV(B) 295.05º 0.93% 0.41% -
XYZ 7.4 3.64 13.41 -
YUV 44.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 96 7 104 0.08 0.93 0 0.59 295.05 0.87 0.22
Hex 60 7 68 8 5D 0 3B 127 57 16
Octal 140 7 150 10 135 0 73 447 127 26
Binary 1100000 111 1101000 1000 1011101 0 111011 100100111 1010111 10110

Color Harmonies of #600768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600768

Black with #600768

Text Example


Text Example

White with #600768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600768; }

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

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

background-color css

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

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

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

border-color css

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

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

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