#691B63

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

Shades of Palatinate Purple #691B63

Tints of Palatinate Purple #691B63

Color information

#691B63 (or 0x691B63) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1B and 63. RGB value is (105,27,99). Sum of RGB (Red+Green+Blue) = 105+27+99=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #691B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B63 is #96E49C. Grayscale: #3A3A3A. Windows color (decimal): -9888925 or 6495081. OLE color: 6495081.

HSL color Cylindrical-coordinate representation of color #691B63: hue angle of 304.62º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B63 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1052799-
CMYK00.740.060.59
HSL304.62º59.09%25.88%-
HSV(B)304.62º74.29%41.18%-
XYZ8.474.6912.26-
YUV58.53150.84161.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=45.45%
G=11.69%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105279900.740.060.59304.6259.0925.88
Hex691B6304A63B1313b1a
Octal1513314301126734617332
Binary11010011101111000110100101011011101110011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691B63; }

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

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

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

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

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

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

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

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