#690F5F

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

Shades of Palatinate Purple #690F5F

Tints of Palatinate Purple #690F5F

Color information

#690F5F (or 0x690F5F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0F and 5F. RGB value is (105,15,95). Sum of RGB (Red+Green+Blue) = 105+15+95=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #690F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F5F is #96F0A0. Grayscale: #323232. Windows color (decimal): -9892001 or 6229865. OLE color: 6229865.

HSL color Cylindrical-coordinate representation of color #690F5F: hue angle of 306.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 #690F5F is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1051595-
CMYK00.860.100.59
HSL306.67º75%23.53%-
HSV(B)306.67º85.71%41.18%-
XYZ8.064.1711.21-
YUV51.03152.82166.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=48.84%
G=6.98%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105159500.860.100.59306.677523.53
Hex69F5F056A3B1334b18
Octal151171370126127346311330
Binary110100111111011111010101101010111011100110011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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