#690C63

Color #690C63 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #690C63

Tints of Palatinate Purple #690C63

Color information

#690C63 (or 0x690C63) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0C and 63. RGB value is (105,12,99). Sum of RGB (Red+Green+Blue) = 105+12+99=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #690C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C63 is #96F39C. Grayscale: #313131. Windows color (decimal): -9892765 or 6491241. OLE color: 6491241.

HSL color Cylindrical-coordinate representation of color #690C63: hue angle of 303.87º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C63 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1051299-
CMYK00.890.060.59
HSL303.87º79.49%22.94%-
HSV(B)303.87º88.57%41.18%-
XYZ8.214.1712.18-
YUV49.72155.81167.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 12 (5.08% from 255) = 5.56%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=48.61%
G=5.56%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105129900.890.060.59303.8779.4922.94
Hex69C6305963B1304f17
Octal15114143013167346011727
Binary11010011100110001101011001110111011100110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C63; }

 p { color: rgb(105,12,99); }

 H1.HeaderClassName
 {
   color: #690C63;
 }
 .AnyTagClassName
 {
   color: #690C63;
 }
</style>
background-color css

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

 a { background-color: rgb(105,12,99); }

 div.DivClassName
 {
   background-color: #690C63;
 }
 .BgClassName
 {
   background-color: #690C63;
 }
</style>
border-color css

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

 span { border-color: rgb(105,12,99); }

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