Html Css Color HEX #693B5C Palatinate Purple

📋 copy color: '#693B5C'

red 105 ◦ green 59 ◦ blue 92

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

Shades of Palatinate Purple #693B5C

Tints of Palatinate Purple #693B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 41.02%
G = 23.05%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#693B5C (or 0x693B5C) is known color: Palatinate Purple. HEX triplet: 69, 3B and 5C. RGB value is (105,59,92). Sum of RGB (Red+Green+Blue) = 105+59+92=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B5C is #96C4A3. Grayscale: #4C4C4C. Windows color (decimal): -9880740 or 6044521. OLE color: 6044521.

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

Color convert

RGB 105 59 92 -
CMYK 0 0.44 0.12 0.59
HSL 316.96º 0.28% 0.32% -
HSV(B) 316.96º 0.44% 0.41% -
XYZ 9.32 6.9 10.97 -
YUV 76.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 105 59 92 0 0.44 0.12 0.59 316.96 0.28 0.32
Hex 69 3B 5C 0 2C C 3B 13D 1C 20
Octal 151 73 134 0 54 14 73 475 34 40
Binary 1101001 111011 1011100 0 101100 1100 111011 100111101 11100 100000

Color Harmonies of #693B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B5C

Black with #693B5C

Text Example


Text Example

White with #693B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,59,92); }

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

background-color css

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

 a { background-color: rgb(105,59,92); }

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

border-color css

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

 span { border-color: rgb(105,59,92); }

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