Html Css Color HEX #693A60 Palatinate Purple

📋 copy color: '#693A60'

red 105 ◦ green 58 ◦ blue 96

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

Shades of Palatinate Purple #693A60

Tints of Palatinate Purple #693A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

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

R = 40.54%
G = 22.39%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#693A60 (or 0x693A60) is known color: Palatinate Purple. HEX triplet: 69, 3A and 60. RGB value is (105,58,96). Sum of RGB (Red+Green+Blue) = 105+58+96=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #693A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A60 is #96C59F. Grayscale: #4C4C4C. Windows color (decimal): -9880992 or 6306409. OLE color: 6306409.

HSL color Cylindrical-coordinate representation of color #693A60: hue angle of 311.49º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A60 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 96 -
CMYK 0 0.45 0.09 0.59
HSL 311.49º 0.29% 0.32% -
HSV(B) 311.49º 0.45% 0.41% -
XYZ 9.45 6.87 11.9 -
YUV 76.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 105 58 96 0 0.45 0.09 0.59 311.49 0.29 0.32
Hex 69 3A 60 0 2D 9 3B 137 1D 20
Octal 151 72 140 0 55 11 73 467 35 40
Binary 1101001 111010 1100000 0 101101 1001 111011 100110111 11101 100000

Color Harmonies of #693A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A60

Black with #693A60

Text Example


Text Example

White with #693A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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