Html Css Color HEX #692256 Palatinate Purple

📋 copy color: '#692256'

red 105 ◦ green 34 ◦ blue 86

#692256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #692256

Tints of Palatinate Purple #692256

RGB

 RED value IS 105 (41.41% from 255) = 46.67%

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 46.67%
G = 15.11%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#692256 (or 0x692256) is known color: Palatinate Purple. HEX triplet: 69, 22 and 56. RGB value is (105,34,86). Sum of RGB (Red+Green+Blue) = 105+34+86=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #692256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692256 is #96DDA9. Grayscale: #3D3D3D. Windows color (decimal): -9887146 or 5644905. OLE color: 5644905.

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

Color convert

RGB 105 34 86 -
CMYK 0 0.68 0.18 0.59
HSL 316.06º 0.51% 0.27% -
HSV(B) 316.06º 0.68% 0.41% -
XYZ 8.08 4.82 9.31 -
YUV 61.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 105 34 86 0 0.68 0.18 0.59 316.06 0.51 0.27
Hex 69 22 56 0 44 12 3B 13C 33 1B
Octal 151 42 126 0 104 22 73 474 63 33
Binary 1101001 100010 1010110 0 1000100 10010 111011 100111100 110011 11011

Color Harmonies of #692256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692256

Black with #692256

Text Example


Text Example

White with #692256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692256; }

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

 H1.HeaderClassName
 {
   color: #692256;
 }
 .AnyTagClassName
 {
   color: #692256;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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