Html Css Color HEX #693861 Palatinate Purple

📋 copy color: '#693861'

red 105 ◦ green 56 ◦ blue 97

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

Shades of Palatinate Purple #693861

Tints of Palatinate Purple #693861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 40.7%
G = 21.71%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#693861 (or 0x693861) is known color: Palatinate Purple. HEX triplet: 69, 38 and 61. RGB value is (105,56,97). Sum of RGB (Red+Green+Blue) = 105+56+97=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693861 is #96C79E. Grayscale: #4B4B4B. Windows color (decimal): -9881503 or 6371433. OLE color: 6371433.

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

Color convert

RGB 105 56 97 -
CMYK 0 0.47 0.08 0.59
HSL 309.8º 0.3% 0.32% -
HSV(B) 309.8º 0.47% 0.41% -
XYZ 9.4 6.69 12.11 -
YUV 75.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 105 56 97 0 0.47 0.08 0.59 309.8 0.3 0.32
Hex 69 38 61 0 2F 8 3B 136 1E 20
Octal 151 70 141 0 57 10 73 466 36 40
Binary 1101001 111000 1100001 0 101111 1000 111011 100110110 11110 100000

Color Harmonies of #693861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693861

Black with #693861

Text Example


Text Example

White with #693861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693861; }

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

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

background-color css

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

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

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

border-color css

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

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

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