#691264

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

Shades of Palatinate Purple #691264

Tints of Palatinate Purple #691264

Color information

#691264 (or 0x691264) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 64. RGB value is (105,18,100). Sum of RGB (Red+Green+Blue) = 105+18+100=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691264 is #96ED9B. Grayscale: #353535. Windows color (decimal): -9891228 or 6558313. OLE color: 6558313.

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

Color convert

RGB10518100-
CMYK00.830.050.59
HSL303.45º70.73%24.12%-
HSV(B)303.45º82.86%41.18%-
XYZ8.344.3612.46-
YUV53.36154.32164.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=47.09%
G=8.07%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051810000.830.050.59303.4570.7324.12
Hex69126405353B12f4718
Octal15122144012357345710730
Binary110100110010110010001010011101111011100101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691264; }

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

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

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

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

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

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

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

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