#692058

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

Shades of Palatinate Purple #692058

Tints of Palatinate Purple #692058

Color information

#692058 (or 0x692058) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 58. RGB value is (105,32,88). Sum of RGB (Red+Green+Blue) = 105+32+88=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #692058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692058 is #96DFA7. Grayscale: #3C3C3C. Windows color (decimal): -9887656 or 5775465. OLE color: 5775465.

HSL color Cylindrical-coordinate representation of color #692058: hue angle of 313.97º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692058 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1053288-
CMYK00.700.160.59
HSL313.97º53.28%26.86%-
HSV(B)313.97º69.52%41.18%-
XYZ8.14.749.72-
YUV60.21143.68159.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=46.67%
G=14.22%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105328800.700.160.59313.9753.2826.86
Hex692058046103B13a351b
Octal15140130010620734726533
Binary11010011000001011000010001101000011101110011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692058; }

 p { color: rgb(105,32,88); }

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

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

 a { background-color: rgb(105,32,88); }

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

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

 span { border-color: rgb(105,32,88); }

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