Html Css Color HEX #600766 Palatinate Purple

📋 copy color: '#600766'

red 96 ◦ green 7 ◦ blue 102

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

Shades of Palatinate Purple #600766

Tints of Palatinate Purple #600766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 46.83%
G = 3.41%
B = 49.76%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600766 (or 0x600766) is known color: Palatinate Purple. HEX triplet: 60, 07 and 66. RGB value is (96,7,102). Sum of RGB (Red+Green+Blue) = 96+7+102=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #600766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600766 is #9FF899. Grayscale: #2C2C2C. Windows color (decimal): -10483866 or 6686560. OLE color: 6686560.

HSL color Cylindrical-coordinate representation of color #600766: hue angle of 296.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600766 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 7 102 -
CMYK 0.06 0.93 0 0.6
HSL 296.21º 0.87% 0.21% -
HSV(B) 296.21º 0.93% 0.4% -
XYZ 7.3 3.6 12.88 -
YUV 44.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 96 7 102 0.06 0.93 0 0.6 296.21 0.87 0.21
Hex 60 7 66 6 5D 0 3C 128 57 15
Octal 140 7 146 6 135 0 74 450 127 25
Binary 1100000 111 1100110 110 1011101 0 111100 100101000 1010111 10101

Color Harmonies of #600766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600766

Black with #600766

Text Example


Text Example

White with #600766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600766; }

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

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

background-color css

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

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

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

border-color css

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

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

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