#692465

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

Shades of Palatinate Purple #692465

Tints of Palatinate Purple #692465

Color information

#692465 (or 0x692465) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 65. RGB value is (105,36,101). Sum of RGB (Red+Green+Blue) = 105+36+101=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #692465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692465 is #96DB9A. Grayscale: #3F3F3F. Windows color (decimal): -9886619 or 6628457. OLE color: 6628457.

HSL color Cylindrical-coordinate representation of color #692465: hue angle of 303.48º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692465 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10536101-
CMYK00.660.040.59
HSL303.48º48.94%27.65%-
HSV(B)303.48º65.71%41.18%-
XYZ8.815.212.85-
YUV64.04148.86157.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=43.39%
G=14.88%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053610100.660.040.59303.4848.9427.65
Hex69246504243B12f311c
Octal1514414501024734576134
Binary110100110010011001010100001010011101110010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692465; }

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

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

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

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

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

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

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

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