Html Css Color HEX #693965 Palatinate Purple

📋 copy color: '#693965'

red 105 ◦ green 57 ◦ blue 101

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

Shades of Palatinate Purple #693965

Tints of Palatinate Purple #693965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 39.92%
G = 21.67%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#693965 (or 0x693965) is known color: Palatinate Purple. HEX triplet: 69, 39 and 65. RGB value is (105,57,101). Sum of RGB (Red+Green+Blue) = 105+57+101=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #693965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693965 is #96C69A. Grayscale: #4C4C4C. Windows color (decimal): -9881243 or 6633833. OLE color: 6633833.

HSL color Cylindrical-coordinate representation of color #693965: hue angle of 305º 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 #693965 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 57 101 -
CMYK 0 0.46 0.04 0.59
HSL 305º 0.3% 0.32% -
HSV(B) 305º 0.46% 0.41% -
XYZ 9.64 6.87 13.13 -
YUV 76.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 105 57 101 0 0.46 0.04 0.59 305 0.3 0.32
Hex 69 39 65 0 2E 4 3B 131 1E 20
Octal 151 71 145 0 56 4 73 461 36 40
Binary 1101001 111001 1100101 0 101110 100 111011 100110001 11110 100000

Color Harmonies of #693965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693965

Black with #693965

Text Example


Text Example

White with #693965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693965; }

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

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

background-color css

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

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

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

border-color css

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

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

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