#691962

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

Shades of Palatinate Purple #691962

Tints of Palatinate Purple #691962

Color information

#691962 (or 0x691962) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 62. RGB value is (105,25,98). Sum of RGB (Red+Green+Blue) = 105+25+98=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #691962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691962 is #96E69D. Grayscale: #393939. Windows color (decimal): -9889438 or 6429033. OLE color: 6429033.

HSL color Cylindrical-coordinate representation of color #691962: hue angle of 305.25º 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 #691962 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1052598-
CMYK00.760.070.59
HSL305.25º61.54%25.49%-
HSV(B)305.25º76.19%41.18%-
XYZ8.384.5812-
YUV57.24151162.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=46.05%
G=10.96%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105259800.760.070.59305.2561.5425.49
Hex69196204C73B1313e19
Octal1513114201147734617631
Binary11010011100111000100100110011111101110011000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691962; }

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

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

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

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

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

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

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

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