#692461

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

Shades of Palatinate Purple #692461

Tints of Palatinate Purple #692461

Color information

#692461 (or 0x692461) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 61. RGB value is (105,36,97). Sum of RGB (Red+Green+Blue) = 105+36+97=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692461 is #96DB9E. Grayscale: #3F3F3F. Windows color (decimal): -9886623 or 6366313. OLE color: 6366313.

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

Color convert

RGB1053697-
CMYK00.660.080.59
HSL306.96º48.94%27.65%-
HSV(B)306.96º65.71%41.18%-
XYZ8.615.1311.85-
YUV63.58146.86157.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=44.12%
G=15.13%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105369700.660.080.59306.9648.9427.65
Hex69246104283B133311c
Octal15144141010210734636134
Binary1101001100100110000101000010100011101110011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692461; }

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

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

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

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

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

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

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

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