Html Css Color HEX #693665 Palatinate Purple

📋 copy color: '#693665'

red 105 ◦ green 54 ◦ blue 101

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

Shades of Palatinate Purple #693665

Tints of Palatinate Purple #693665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 40.38%
G = 20.77%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#693665 (or 0x693665) is known color: Palatinate Purple. HEX triplet: 69, 36 and 65. RGB value is (105,54,101). Sum of RGB (Red+Green+Blue) = 105+54+101=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #693665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693665 is #96C99A. Grayscale: #4A4A4A. Windows color (decimal): -9882011 or 6633065. OLE color: 6633065.

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

Color convert

RGB 105 54 101 -
CMYK 0 0.49 0.04 0.59
HSL 304.71º 0.32% 0.31% -
HSV(B) 304.71º 0.49% 0.41% -
XYZ 9.49 6.58 13.08 -
YUV 74.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 105 54 101 0 0.49 0.04 0.59 304.71 0.32 0.31
Hex 69 36 65 0 31 4 3B 131 20 1F
Octal 151 66 145 0 61 4 73 461 40 37
Binary 1101001 110110 1100101 0 110001 100 111011 100110001 100000 11111

Color Harmonies of #693665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693665

Black with #693665

Text Example


Text Example

White with #693665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693665; }

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

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

background-color css

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

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

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

border-color css

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

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

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