Html Css Color HEX #693A61 Palatinate Purple

📋 copy color: '#693A61'

red 105 ◦ green 58 ◦ blue 97

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

Shades of Palatinate Purple #693A61

Tints of Palatinate Purple #693A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 40.38%
G = 22.31%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#693A61 (or 0x693A61) is known color: Palatinate Purple. HEX triplet: 69, 3A and 61. RGB value is (105,58,97). Sum of RGB (Red+Green+Blue) = 105+58+97=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #693A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A61 is #96C59E. Grayscale: #4C4C4C. Windows color (decimal): -9880991 or 6371945. OLE color: 6371945.

HSL color Cylindrical-coordinate representation of color #693A61: hue angle of 310.21º 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 #693A61 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 97 -
CMYK 0 0.45 0.08 0.59
HSL 310.21º 0.29% 0.32% -
HSV(B) 310.21º 0.45% 0.41% -
XYZ 9.5 6.89 12.14 -
YUV 76.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 105 58 97 0 0.45 0.08 0.59 310.21 0.29 0.32
Hex 69 3A 61 0 2D 8 3B 136 1D 20
Octal 151 72 141 0 55 10 73 466 35 40
Binary 1101001 111010 1100001 0 101101 1000 111011 100110110 11101 100000

Color Harmonies of #693A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A61

Black with #693A61

Text Example


Text Example

White with #693A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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