Html Css Color HEX #693760 Palatinate Purple

📋 copy color: '#693760'

red 105 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #693760

Tints of Palatinate Purple #693760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 41.02%
G = 21.48%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#693760 (or 0x693760) is known color: Palatinate Purple. HEX triplet: 69, 37 and 60. RGB value is (105,55,96). Sum of RGB (Red+Green+Blue) = 105+55+96=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693760 is #96C89F. Grayscale: #4A4A4A. Windows color (decimal): -9881760 or 6305641. OLE color: 6305641.

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

Color convert

RGB 105 55 96 -
CMYK 0 0.48 0.09 0.59
HSL 310.8º 0.31% 0.31% -
HSV(B) 310.8º 0.48% 0.41% -
XYZ 9.3 6.58 11.85 -
YUV 74.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 105 55 96 0 0.48 0.09 0.59 310.8 0.31 0.31
Hex 69 37 60 0 30 9 3B 137 1F 1F
Octal 151 67 140 0 60 11 73 467 37 37
Binary 1101001 110111 1100000 0 110000 1001 111011 100110111 11111 11111

Color Harmonies of #693760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693760

Black with #693760

Text Example


Text Example

White with #693760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693760; }

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

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

background-color css

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

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

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

border-color css

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

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

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