#692358

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

Shades of Palatinate Purple #692358

Tints of Palatinate Purple #692358

Color information

#692358 (or 0x692358) is unknown color: approx Palatinate Purple. HEX triplet: 69, 23 and 58. RGB value is (105,35,88). Sum of RGB (Red+Green+Blue) = 105+35+88=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #692358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692358 is #96DCA7. Grayscale: #3D3D3D. Windows color (decimal): -9886888 or 5776233. OLE color: 5776233.

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

Color convert

RGB1053588-
CMYK00.670.160.59
HSL314.57º50%27.45%-
HSV(B)314.57º66.67%41.18%-
XYZ8.194.919.75-
YUV61.97142.69158.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=46.05%
G=15.35%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105358800.670.160.59314.575027.45
Hex692358043103B13b321b
Octal15143130010320734736233
Binary11010011000111011000010000111000011101110011101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692358; }

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

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

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

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

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

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

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

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