Html Css Color HEX #693560 Palatinate Purple

📋 copy color: '#693560'

red 105 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #693560

Tints of Palatinate Purple #693560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 41.34%
G = 20.87%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#693560 (or 0x693560) is known color: Palatinate Purple. HEX triplet: 69, 35 and 60. RGB value is (105,53,96). Sum of RGB (Red+Green+Blue) = 105+53+96=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693560 is #96CA9F. Grayscale: #494949. Windows color (decimal): -9882272 or 6305129. OLE color: 6305129.

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

Color convert

RGB 105 53 96 -
CMYK 0 0.50 0.09 0.59
HSL 310.38º 0.33% 0.31% -
HSV(B) 310.38º 0.5% 0.41% -
XYZ 9.21 6.39 11.82 -
YUV 73.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 105 53 96 0 0.50 0.09 0.59 310.38 0.33 0.31
Hex 69 35 60 0 32 9 3B 136 21 1F
Octal 151 65 140 0 62 11 73 466 41 37
Binary 1101001 110101 1100000 0 110010 1001 111011 100110110 100001 11111

Color Harmonies of #693560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693560

Black with #693560

Text Example


Text Example

White with #693560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693560; }

 p { color: rgb(105,53,96); }

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

background-color css

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

 a { background-color: rgb(105,53,96); }

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

border-color css

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

 span { border-color: rgb(105,53,96); }

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