#692262

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

Shades of Palatinate Purple #692262

Tints of Palatinate Purple #692262

Color information

#692262 (or 0x692262) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 62. RGB value is (105,34,98). Sum of RGB (Red+Green+Blue) = 105+34+98=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #692262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692262 is #96DD9D. Grayscale: #3E3E3E. Windows color (decimal): -9887134 or 6431337. OLE color: 6431337.

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

Color convert

RGB1053498-
CMYK00.680.070.59
HSL305.92º51.08%27.25%-
HSV(B)305.92º67.62%41.18%-
XYZ8.65.0312.07-
YUV62.52148.02158.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=44.30%
G=14.35%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105349800.680.070.59305.9251.0827.25
Hex69226204473B132331b
Octal1514214201047734626333
Binary110100110001011000100100010011111101110011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692262; }

 p { color: rgb(105,34,98); }

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

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

 a { background-color: rgb(105,34,98); }

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

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

 span { border-color: rgb(105,34,98); }

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