Html Css Color HEX #693758 Palatinate Purple

📋 copy color: '#693758'

red 105 ◦ green 55 ◦ blue 88

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

Shades of Palatinate Purple #693758

Tints of Palatinate Purple #693758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 42.34%
G = 22.18%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693758 (or 0x693758) is known color: Palatinate Purple. HEX triplet: 69, 37 and 58. RGB value is (105,55,88). Sum of RGB (Red+Green+Blue) = 105+55+88=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #693758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693758 is #96C8A7. Grayscale: #494949. Windows color (decimal): -9881768 or 5781353. OLE color: 5781353.

HSL color Cylindrical-coordinate representation of color #693758: hue angle of 320.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #693758 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 88 -
CMYK 0 0.48 0.16 0.59
HSL 320.4º 0.31% 0.31% -
HSV(B) 320.4º 0.48% 0.41% -
XYZ 8.95 6.44 10 -
YUV 73.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 105 55 88 0 0.48 0.16 0.59 320.4 0.31 0.31
Hex 69 37 58 0 30 10 3B 140 1F 1F
Octal 151 67 130 0 60 20 73 500 37 37
Binary 1101001 110111 1011000 0 110000 10000 111011 101000000 11111 11111

Color Harmonies of #693758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693758

Black with #693758

Text Example


Text Example

White with #693758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693758; }

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

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

background-color css

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

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

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

border-color css

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

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

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