Html Css Color HEX #693859 Palatinate Purple

📋 copy color: '#693859'

red 105 ◦ green 56 ◦ blue 89

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

Shades of Palatinate Purple #693859

Tints of Palatinate Purple #693859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 42%
G = 22.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#693859 (or 0x693859) is known color: Palatinate Purple. HEX triplet: 69, 38 and 59. RGB value is (105,56,89). Sum of RGB (Red+Green+Blue) = 105+56+89=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #693859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693859 is #96C7A6. Grayscale: #4A4A4A. Windows color (decimal): -9881511 or 5847145. OLE color: 5847145.

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

Color convert

RGB 105 56 89 -
CMYK 0 0.47 0.15 0.59
HSL 319.59º 0.3% 0.32% -
HSV(B) 319.59º 0.47% 0.41% -
XYZ 9.04 6.55 10.24 -
YUV 74.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 105 56 89 0 0.47 0.15 0.59 319.59 0.3 0.32
Hex 69 38 59 0 2F F 3B 140 1E 20
Octal 151 70 131 0 57 17 73 500 36 40
Binary 1101001 111000 1011001 0 101111 1111 111011 101000000 11110 100000

Color Harmonies of #693859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693859

Black with #693859

Text Example


Text Example

White with #693859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693859; }

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

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

background-color css

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

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

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

border-color css

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

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

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