Html Css Color HEX #693558 Palatinate Purple

📋 copy color: '#693558'

red 105 ◦ green 53 ◦ blue 88

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

Shades of Palatinate Purple #693558

Tints of Palatinate Purple #693558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 42.68%
G = 21.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693558 (or 0x693558) is known color: Palatinate Purple. HEX triplet: 69, 35 and 58. RGB value is (105,53,88). Sum of RGB (Red+Green+Blue) = 105+53+88=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693558 is #96CAA7. Grayscale: #484848. Windows color (decimal): -9882280 or 5780841. OLE color: 5780841.

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

Color convert

RGB 105 53 88 -
CMYK 0 0.50 0.16 0.59
HSL 319.62º 0.33% 0.31% -
HSV(B) 319.62º 0.5% 0.41% -
XYZ 8.86 6.25 9.97 -
YUV 72.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 105 53 88 0 0.50 0.16 0.59 319.62 0.33 0.31
Hex 69 35 58 0 32 10 3B 140 21 1F
Octal 151 65 130 0 62 20 73 500 41 37
Binary 1101001 110101 1011000 0 110010 10000 111011 101000000 100001 11111

Color Harmonies of #693558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693558

Black with #693558

Text Example


Text Example

White with #693558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693558; }

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

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

background-color css

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

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

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

border-color css

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

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

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