#691265

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

Shades of Palatinate Purple #691265

Tints of Palatinate Purple #691265

Color information

#691265 (or 0x691265) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 65. RGB value is (105,18,101). Sum of RGB (Red+Green+Blue) = 105+18+101=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #691265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691265 is #96ED9A. Grayscale: #353535. Windows color (decimal): -9891227 or 6623849. OLE color: 6623849.

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

Color convert

RGB10518101-
CMYK00.830.040.59
HSL302.76º70.73%24.12%-
HSV(B)302.76º82.86%41.18%-
XYZ8.394.3812.71-
YUV53.48154.82164.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=46.88%
G=8.04%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051810100.830.040.59302.7670.7324.12
Hex69126505343B12f4718
Octal15122145012347345710730
Binary110100110010110010101010011100111011100101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691265; }

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

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

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

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

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

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

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

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