Html Css Color HEX #693658 Palatinate Purple

📋 copy color: '#693658'

red 105 ◦ green 54 ◦ blue 88

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

Shades of Palatinate Purple #693658

Tints of Palatinate Purple #693658

RGB

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

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

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

R = 42.51%
G = 21.86%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693658 (or 0x693658) is known color: Palatinate Purple. HEX triplet: 69, 36 and 58. RGB value is (105,54,88). Sum of RGB (Red+Green+Blue) = 105+54+88=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693658 is #96C9A7. Grayscale: #494949. Windows color (decimal): -9882024 or 5781097. OLE color: 5781097.

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

Color convert

RGB 105 54 88 -
CMYK 0 0.49 0.16 0.59
HSL 320º 0.32% 0.31% -
HSV(B) 320º 0.49% 0.41% -
XYZ 8.91 6.35 9.99 -
YUV 73.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 105 54 88 0 0.49 0.16 0.59 320 0.32 0.31
Hex 69 36 58 0 31 10 3B 140 20 1F
Octal 151 66 130 0 61 20 73 500 40 37
Binary 1101001 110110 1011000 0 110001 10000 111011 101000000 100000 11111

Color Harmonies of #693658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693658

Black with #693658

Text Example


Text Example

White with #693658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693658; }

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

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

background-color css

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

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

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

border-color css

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

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

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