#690261

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

Shades of Palatinate Purple #690261

Tints of Palatinate Purple #690261

Color information

#690261 (or 0x690261) is unknown color: approx Palatinate Purple. HEX triplet: 69, 02 and 61. RGB value is (105,2,97). Sum of RGB (Red+Green+Blue) = 105+2+97=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #690261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690261 is #96FD9E. Grayscale: #2B2B2B. Windows color (decimal): -9895327 or 6357609. OLE color: 6357609.

HSL color Cylindrical-coordinate representation of color #690261: hue angle of 304.66º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690261 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB105297-
CMYK00.980.080.59
HSL304.66º96.26%20.98%-
HSV(B)304.66º98.1%41.18%-
XYZ8.013.9111.64-
YUV43.63158.12171.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=51.47%
G=0.98%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529700.980.080.59304.6696.2620.98
Hex6926106283B1316015
Octal15121410142107346114025
Binary1101001101100001011000101000111011100110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690261; }

 p { color: rgb(105,2,97); }

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

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

 a { background-color: rgb(105,2,97); }

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

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

 span { border-color: rgb(105,2,97); }

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