#691A64

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

Shades of Palatinate Purple #691A64

Tints of Palatinate Purple #691A64

Color information

#691A64 (or 0x691A64) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1A and 64. RGB value is (105,26,100). Sum of RGB (Red+Green+Blue) = 105+26+100=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #691A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A64 is #96E59B. Grayscale: #393939. Windows color (decimal): -9889180 or 6560361. OLE color: 6560361.

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

Color convert

RGB10526100-
CMYK00.750.050.59
HSL303.8º60.31%25.69%-
HSV(B)303.8º75.24%41.18%-
XYZ8.54.6612.51-
YUV58.06151.67161.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=45.45%
G=11.26%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052610000.750.050.59303.860.3125.69
Hex691A6404B53B1303c1a
Octal1513214401135734607432
Binary11010011101011001000100101110111101110011000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,26,100); }

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

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

 a { background-color: rgb(105,26,100); }

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

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

 span { border-color: rgb(105,26,100); }

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