Html Css Color HEX #693562 Palatinate Purple

📋 copy color: '#693562'

red 105 ◦ green 53 ◦ blue 98

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

Shades of Palatinate Purple #693562

Tints of Palatinate Purple #693562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 41.02%
G = 20.7%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#693562 (or 0x693562) is known color: Palatinate Purple. HEX triplet: 69, 35 and 62. RGB value is (105,53,98). Sum of RGB (Red+Green+Blue) = 105+53+98=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693562 is #96CA9D. Grayscale: #494949. Windows color (decimal): -9882270 or 6436201. OLE color: 6436201.

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

Color convert

RGB 105 53 98 -
CMYK 0 0.50 0.07 0.59
HSL 308.08º 0.33% 0.31% -
HSV(B) 308.08º 0.5% 0.41% -
XYZ 9.3 6.43 12.31 -
YUV 73.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 105 53 98 0 0.50 0.07 0.59 308.08 0.33 0.31
Hex 69 35 62 0 32 7 3B 134 21 1F
Octal 151 65 142 0 62 7 73 464 41 37
Binary 1101001 110101 1100010 0 110010 111 111011 100110100 100001 11111

Color Harmonies of #693562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693562

Black with #693562

Text Example


Text Example

White with #693562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693562; }

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

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

background-color css

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

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

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

border-color css

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

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

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