#690F5C

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

Shades of Palatinate Purple #690F5C

Tints of Palatinate Purple #690F5C

Color information

#690F5C (or 0x690F5C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0F and 5C. RGB value is (105,15,92). Sum of RGB (Red+Green+Blue) = 105+15+92=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F5C is #96F0A3. Grayscale: #323232. Windows color (decimal): -9892004 or 6033257. OLE color: 6033257.

HSL color Cylindrical-coordinate representation of color #690F5C: hue angle of 308.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F5C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1051592-
CMYK00.860.120.59
HSL308.67º75%23.53%-
HSV(B)308.67º85.71%41.18%-
XYZ7.934.1210.5-
YUV50.69151.32166.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=49.53%
G=7.08%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105159200.860.120.59308.677523.53
Hex69F5C056C3B1354b18
Octal151171340126147346511330
Binary110100111111011100010101101100111011100110101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690F5C; }

 p { color: rgb(105,15,92); }

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

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

 a { background-color: rgb(105,15,92); }

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

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

 span { border-color: rgb(105,15,92); }

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