#691958

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

Shades of Palatinate Purple #691958

Tints of Palatinate Purple #691958

Color information

#691958 (or 0x691958) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 58. RGB value is (105,25,88). Sum of RGB (Red+Green+Blue) = 105+25+88=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #691958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691958 is #96E6A7. Grayscale: #373737. Windows color (decimal): -9889448 or 5773673. OLE color: 5773673.

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

Color convert

RGB1052588-
CMYK00.760.160.59
HSL312.75º61.54%25.49%-
HSV(B)312.75º76.19%41.18%-
XYZ7.934.49.66-
YUV56.1146162.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=48.17%
G=11.47%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105258800.760.160.59312.7561.5425.49
Hex69195804C103B1393e19
Octal15131130011420734717631
Binary1101001110011011000010011001000011101110011100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691958; }

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

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

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

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

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

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

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

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