#692558

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

Shades of Palatinate Purple #692558

Tints of Palatinate Purple #692558

Color information

#692558 (or 0x692558) is unknown color: approx Palatinate Purple. HEX triplet: 69, 25 and 58. RGB value is (105,37,88). Sum of RGB (Red+Green+Blue) = 105+37+88=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #692558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692558 is #96DAA7. Grayscale: #3F3F3F. Windows color (decimal): -9886376 or 5776745. OLE color: 5776745.

HSL color Cylindrical-coordinate representation of color #692558: hue angle of 315º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692558 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1053788-
CMYK00.650.160.59
HSL315º47.89%27.84%-
HSV(B)315º64.76%41.18%-
XYZ8.255.039.77-
YUV63.15142.03157.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=45.65%
G=16.09%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105378800.650.160.5931547.8927.84
Hex692558041103B13b301c
Octal15145130010120734736034
Binary11010011001011011000010000011000011101110011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692558; }

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

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

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

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

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

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

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

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