Html Css Color HEX #693559 Palatinate Purple

📋 copy color: '#693559'

red 105 ◦ green 53 ◦ blue 89

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

Shades of Palatinate Purple #693559

Tints of Palatinate Purple #693559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 42.51%
G = 21.46%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#693559 (or 0x693559) is known color: Palatinate Purple. HEX triplet: 69, 35 and 59. RGB value is (105,53,89). Sum of RGB (Red+Green+Blue) = 105+53+89=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693559 is #96CAA6. Grayscale: #484848. Windows color (decimal): -9882279 or 5846377. OLE color: 5846377.

HSL color Cylindrical-coordinate representation of color #693559: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693559 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 89 -
CMYK 0 0.50 0.15 0.59
HSL 318.46º 0.33% 0.31% -
HSV(B) 318.46º 0.5% 0.41% -
XYZ 8.9 6.27 10.19 -
YUV 72.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 105 53 89 0 0.50 0.15 0.59 318.46 0.33 0.31
Hex 69 35 59 0 32 F 3B 13E 21 1F
Octal 151 65 131 0 62 17 73 476 41 37
Binary 1101001 110101 1011001 0 110010 1111 111011 100111110 100001 11111

Color Harmonies of #693559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693559

Black with #693559

Text Example


Text Example

White with #693559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693559; }

 p { color: rgb(105,53,89); }

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

background-color css

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

 a { background-color: rgb(105,53,89); }

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

border-color css

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

 span { border-color: rgb(105,53,89); }

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