Html Css Color HEX #693764 Palatinate Purple

📋 copy color: '#693764'

red 105 ◦ green 55 ◦ blue 100

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

Shades of Palatinate Purple #693764

Tints of Palatinate Purple #693764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 40.38%
G = 21.15%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#693764 (or 0x693764) is known color: Palatinate Purple. HEX triplet: 69, 37 and 64. RGB value is (105,55,100). Sum of RGB (Red+Green+Blue) = 105+55+100=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #693764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693764 is #96C89B. Grayscale: #4A4A4A. Windows color (decimal): -9881756 or 6567785. OLE color: 6567785.

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

Color convert

RGB 105 55 100 -
CMYK 0 0.48 0.05 0.59
HSL 306º 0.31% 0.31% -
HSV(B) 306º 0.48% 0.41% -
XYZ 9.49 6.66 12.84 -
YUV 75.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 105 55 100 0 0.48 0.05 0.59 306 0.31 0.31
Hex 69 37 64 0 30 5 3B 132 1F 1F
Octal 151 67 144 0 60 5 73 462 37 37
Binary 1101001 110111 1100100 0 110000 101 111011 100110010 11111 11111

Color Harmonies of #693764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693764

Black with #693764

Text Example


Text Example

White with #693764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693764; }

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

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

background-color css

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

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

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

border-color css

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

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

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