#692F5F

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

Shades of Palatinate Purple #692F5F

Tints of Palatinate Purple #692F5F

Color information

#692F5F (or 0x692F5F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2F and 5F. RGB value is (105,47,95). Sum of RGB (Red+Green+Blue) = 105+47+95=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #692F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692F5F is #96D0A0. Grayscale: #454545. Windows color (decimal): -9883809 or 6238057. OLE color: 6238057.

HSL color Cylindrical-coordinate representation of color #692F5F: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F5F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1054795-
CMYK00.550.100.59
HSL310.34º38.16%29.8%-
HSV(B)310.34º55.24%41.18%-
XYZ8.915.8611.49-
YUV69.81142.22153.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=42.51%
G=19.03%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105479500.550.100.59310.3438.1629.8
Hex692F5F037A3B136261e
Octal1515713706712734664636
Binary110100110111110111110110111101011101110011011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692F5F; }

 p { color: rgb(105,47,95); }

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

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

 a { background-color: rgb(105,47,95); }

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

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

 span { border-color: rgb(105,47,95); }

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