Html Css Color HEX #660968 Palatinate Purple

📋 copy color: '#660968'

red 102 ◦ green 9 ◦ blue 104

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

Shades of Palatinate Purple #660968

Tints of Palatinate Purple #660968

RGB

 RED value IS 102 (40.23% from 255) = 47.44%

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 47.44%
G = 4.19%
B = 48.37%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#660968 (or 0x660968) is known color: Palatinate Purple. HEX triplet: 66, 09 and 68. RGB value is (102,9,104). Sum of RGB (Red+Green+Blue) = 102+9+104=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #660968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660968 is #99F697. Grayscale: #2F2F2F. Windows color (decimal): -10090136 or 6818150. OLE color: 6818150.

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

Color convert

RGB 102 9 104 -
CMYK 0.02 0.91 0 0.59
HSL 298.74º 0.84% 0.22% -
HSV(B) 298.74º 0.91% 0.41% -
XYZ 8.08 4.02 13.45 -
YUV 47.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 102 9 104 0.02 0.91 0 0.59 298.74 0.84 0.22
Hex 66 9 68 2 5B 0 3B 12B 54 16
Octal 146 11 150 2 133 0 73 453 124 26
Binary 1100110 1001 1101000 10 1011011 0 111011 100101011 1010100 10110

Color Harmonies of #660968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660968

Black with #660968

Text Example


Text Example

White with #660968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660968; }

 p { color: rgb(102,9,104); }

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

background-color css

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

 a { background-color: rgb(102,9,104); }

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

border-color css

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

 span { border-color: rgb(102,9,104); }

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