#692263

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

Shades of Palatinate Purple #692263

Tints of Palatinate Purple #692263

Color information

#692263 (or 0x692263) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 63. RGB value is (105,34,99). Sum of RGB (Red+Green+Blue) = 105+34+99=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692263 is #96DD9C. Grayscale: #3E3E3E. Windows color (decimal): -9887133 or 6496873. OLE color: 6496873.

HSL color Cylindrical-coordinate representation of color #692263: hue angle of 305.07º 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 #692263 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1053499-
CMYK00.680.060.59
HSL305.07º51.08%27.25%-
HSV(B)305.07º67.62%41.18%-
XYZ8.655.0512.32-
YUV62.64148.52158.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=44.12%
G=14.29%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105349900.680.060.59305.0751.0827.25
Hex69226304463B131331b
Octal1514214301046734616333
Binary110100110001011000110100010011011101110011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692263; }

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

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

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

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

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

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

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

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