#691967

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

Shades of Palatinate Purple #691967

Tints of Palatinate Purple #691967

Color information

#691967 (or 0x691967) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 67. RGB value is (105,25,103). Sum of RGB (Red+Green+Blue) = 105+25+103=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #691967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691967 is #96E698. Grayscale: #393939. Windows color (decimal): -9889433 or 6756713. OLE color: 6756713.

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

Color convert

RGB10525103-
CMYK00.760.020.59
HSL301.5º61.54%25.49%-
HSV(B)301.5º76.19%41.18%-
XYZ8.624.6813.28-
YUV57.81153.5161.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=45.06%
G=10.73%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052510300.760.020.59301.561.5425.49
Hex69196704C23B12e3e19
Octal1513114701142734567631
Binary1101001110011100111010011001011101110010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691967; }

 p { color: rgb(105,25,103); }

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

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

 a { background-color: rgb(105,25,103); }

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

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

 span { border-color: rgb(105,25,103); }

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