Html Css Color HEX #693A5B Palatinate Purple

📋 copy color: '#693A5B'

red 105 ◦ green 58 ◦ blue 91

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

Shades of Palatinate Purple #693A5B

Tints of Palatinate Purple #693A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 41.34%
G = 22.83%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#693A5B (or 0x693A5B) is known color: Palatinate Purple. HEX triplet: 69, 3A and 5B. RGB value is (105,58,91). Sum of RGB (Red+Green+Blue) = 105+58+91=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A5B is #96C5A4. Grayscale: #4B4B4B. Windows color (decimal): -9880997 or 5978729. OLE color: 5978729.

HSL color Cylindrical-coordinate representation of color #693A5B: hue angle of 317.87º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A5B is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 91 -
CMYK 0 0.45 0.13 0.59
HSL 317.87º 0.29% 0.32% -
HSV(B) 317.87º 0.45% 0.41% -
XYZ 9.23 6.78 10.72 -
YUV 75.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 105 58 91 0 0.45 0.13 0.59 317.87 0.29 0.32
Hex 69 3A 5B 0 2D D 3B 13E 1D 20
Octal 151 72 133 0 55 15 73 476 35 40
Binary 1101001 111010 1011011 0 101101 1101 111011 100111110 11101 100000

Color Harmonies of #693A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A5B

Black with #693A5B

Text Example


Text Example

White with #693A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693A5B; }

 p { color: rgb(105,58,91); }

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

background-color css

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

 a { background-color: rgb(105,58,91); }

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

border-color css

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

 span { border-color: rgb(105,58,91); }

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