Html Css Color HEX #693762 Palatinate Purple

📋 copy color: '#693762'

red 105 ◦ green 55 ◦ blue 98

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

Shades of Palatinate Purple #693762

Tints of Palatinate Purple #693762

RGB

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

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

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

R = 40.7%
G = 21.32%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#693762 (or 0x693762) is known color: Palatinate Purple. HEX triplet: 69, 37 and 62. RGB value is (105,55,98). Sum of RGB (Red+Green+Blue) = 105+55+98=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693762 is #96C89D. Grayscale: #4A4A4A. Windows color (decimal): -9881758 or 6436713. OLE color: 6436713.

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

Color convert

RGB 105 55 98 -
CMYK 0 0.48 0.07 0.59
HSL 308.4º 0.31% 0.31% -
HSV(B) 308.4º 0.48% 0.41% -
XYZ 9.4 6.62 12.34 -
YUV 74.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 105 55 98 0 0.48 0.07 0.59 308.4 0.31 0.31
Hex 69 37 62 0 30 7 3B 134 1F 1F
Octal 151 67 142 0 60 7 73 464 37 37
Binary 1101001 110111 1100010 0 110000 111 111011 100110100 11111 11111

Color Harmonies of #693762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693762

Black with #693762

Text Example


Text Example

White with #693762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693762; }

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

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

background-color css

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

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

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

border-color css

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

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

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