Html Css Color HEX #693960 Palatinate Purple

📋 copy color: '#693960'

red 105 ◦ green 57 ◦ blue 96

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

Shades of Palatinate Purple #693960

Tints of Palatinate Purple #693960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 40.7%
G = 22.09%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#693960 (or 0x693960) is known color: Palatinate Purple. HEX triplet: 69, 39 and 60. RGB value is (105,57,96). Sum of RGB (Red+Green+Blue) = 105+57+96=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693960 is #96C69F. Grayscale: #4B4B4B. Windows color (decimal): -9881248 or 6306153. OLE color: 6306153.

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

Color convert

RGB 105 57 96 -
CMYK 0 0.46 0.09 0.59
HSL 311.25º 0.3% 0.32% -
HSV(B) 311.25º 0.46% 0.41% -
XYZ 9.4 6.77 11.88 -
YUV 75.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 105 57 96 0 0.46 0.09 0.59 311.25 0.3 0.32
Hex 69 39 60 0 2E 9 3B 137 1E 20
Octal 151 71 140 0 56 11 73 467 36 40
Binary 1101001 111001 1100000 0 101110 1001 111011 100110111 11110 100000

Color Harmonies of #693960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693960

Black with #693960

Text Example


Text Example

White with #693960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693960; }

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

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

background-color css

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

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

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

border-color css

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

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

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