Html Css Color HEX #693759 Palatinate Purple

📋 copy color: '#693759'

red 105 ◦ green 55 ◦ blue 89

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

Shades of Palatinate Purple #693759

Tints of Palatinate Purple #693759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 42.17%
G = 22.09%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#693759 (or 0x693759) is known color: Palatinate Purple. HEX triplet: 69, 37 and 59. RGB value is (105,55,89). Sum of RGB (Red+Green+Blue) = 105+55+89=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693759 is #96C8A6. Grayscale: #494949. Windows color (decimal): -9881767 or 5846889. OLE color: 5846889.

HSL color Cylindrical-coordinate representation of color #693759: hue angle of 319.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #693759 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 89 -
CMYK 0 0.48 0.15 0.59
HSL 319.2º 0.31% 0.31% -
HSV(B) 319.2º 0.48% 0.41% -
XYZ 9 6.46 10.22 -
YUV 73.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 105 55 89 0 0.48 0.15 0.59 319.2 0.31 0.31
Hex 69 37 59 0 30 F 3B 13F 1F 1F
Octal 151 67 131 0 60 17 73 477 37 37
Binary 1101001 110111 1011001 0 110000 1111 111011 100111111 11111 11111

Color Harmonies of #693759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693759

Black with #693759

Text Example


Text Example

White with #693759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693759; }

 p { color: rgb(105,55,89); }

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

background-color css

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

 a { background-color: rgb(105,55,89); }

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

border-color css

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

 span { border-color: rgb(105,55,89); }

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