Html Css Color HEX #693061 Palatinate Purple

📋 copy color: '#693061'

red 105 ◦ green 48 ◦ blue 97

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

Shades of Palatinate Purple #693061

Tints of Palatinate Purple #693061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 42%
G = 19.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#693061 (or 0x693061) is known color: Palatinate Purple. HEX triplet: 69, 30 and 61. RGB value is (105,48,97). Sum of RGB (Red+Green+Blue) = 105+48+97=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #693061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693061 is #96CF9E. Grayscale: #464646. Windows color (decimal): -9883551 or 6369385. OLE color: 6369385.

HSL color Cylindrical-coordinate representation of color #693061: hue angle of 308.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693061 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 48 97 -
CMYK 0 0.54 0.08 0.59
HSL 308.42º 0.37% 0.3% -
HSV(B) 308.42º 0.54% 0.41% -
XYZ 9.04 5.98 11.99 -
YUV 70.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 105 48 97 0 0.54 0.08 0.59 308.42 0.37 0.3
Hex 69 30 61 0 36 8 3B 134 25 1E
Octal 151 60 141 0 66 10 73 464 45 36
Binary 1101001 110000 1100001 0 110110 1000 111011 100110100 100101 11110

Color Harmonies of #693061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693061

Black with #693061

Text Example


Text Example

White with #693061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693061; }

 p { color: rgb(105,48,97); }

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

background-color css

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

 a { background-color: rgb(105,48,97); }

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

border-color css

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

 span { border-color: rgb(105,48,97); }

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