#692C5A

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

Shades of Palatinate Purple #692C5A

Tints of Palatinate Purple #692C5A

Color information

#692C5A (or 0x692C5A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2C and 5A. RGB value is (105,44,90). Sum of RGB (Red+Green+Blue) = 105+44+90=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #692C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C5A is #96D3A5. Grayscale: #434343. Windows color (decimal): -9884582 or 5909609. OLE color: 5909609.

HSL color Cylindrical-coordinate representation of color #692C5A: hue angle of 314.75º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C5A is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1054490-
CMYK00.580.140.59
HSL314.75º40.94%29.22%-
HSV(B)314.75º58.1%41.18%-
XYZ8.575.5410.29-
YUV67.48140.71154.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=43.93%
G=18.41%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105449000.580.140.59314.7540.9429.22
Hex692C5A03AE3B13b291d
Octal1515413207216734735135
Binary110100110110010110100111010111011101110011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,44,90); }

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

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

 a { background-color: rgb(105,44,90); }

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

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

 span { border-color: rgb(105,44,90); }

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