#691266

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

Shades of Palatinate Purple #691266

Tints of Palatinate Purple #691266

Color information

#691266 (or 0x691266) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 66. RGB value is (105,18,102). Sum of RGB (Red+Green+Blue) = 105+18+102=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691266 is #96ED99. Grayscale: #353535. Windows color (decimal): -9891226 or 6689385. OLE color: 6689385.

HSL color Cylindrical-coordinate representation of color #691266: hue angle of 302.07º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691266 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10518102-
CMYK00.830.030.59
HSL302.07º70.73%24.12%-
HSV(B)302.07º82.86%41.18%-
XYZ8.444.412.97-
YUV53.59155.32164.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=46.67%
G=8%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051810200.830.030.59302.0770.7324.12
Hex69126605333B12e4718
Octal15122146012337345610730
Binary11010011001011001100101001111111011100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691266; }

 p { color: rgb(105,18,102); }

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

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

 a { background-color: rgb(105,18,102); }

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

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

 span { border-color: rgb(105,18,102); }

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