#692455

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

Shades of Palatinate Purple #692455

Tints of Palatinate Purple #692455

Color information

#692455 (or 0x692455) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 55. RGB value is (105,36,85). Sum of RGB (Red+Green+Blue) = 105+36+85=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #692455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692455 is #96DBAA. Grayscale: #3E3E3E. Windows color (decimal): -9886635 or 5579881. OLE color: 5579881.

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

Color convert

RGB1053685-
CMYK00.660.190.59
HSL317.39º48.94%27.65%-
HSV(B)317.39º65.71%41.18%-
XYZ8.14.929.12-
YUV62.22140.86158.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=46.46%
G=15.93%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105368500.660.190.59317.3948.9427.65
Hex692455042133B13d311c
Octal15144125010223734756134
Binary11010011001001010101010000101001111101110011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692455; }

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

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

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

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

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

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

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

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