Html Css Color HEX #693862 Palatinate Purple

📋 copy color: '#693862'

red 105 ◦ green 56 ◦ blue 98

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

Shades of Palatinate Purple #693862

Tints of Palatinate Purple #693862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 40.54%
G = 21.62%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#693862 (or 0x693862) is known color: Palatinate Purple. HEX triplet: 69, 38 and 62. RGB value is (105,56,98). Sum of RGB (Red+Green+Blue) = 105+56+98=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #693862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693862 is #96C79D. Grayscale: #4B4B4B. Windows color (decimal): -9881502 or 6436969. OLE color: 6436969.

HSL color Cylindrical-coordinate representation of color #693862: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693862 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 98 -
CMYK 0 0.47 0.07 0.59
HSL 308.57º 0.3% 0.32% -
HSV(B) 308.57º 0.47% 0.41% -
XYZ 9.44 6.71 12.35 -
YUV 75.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 105 56 98 0 0.47 0.07 0.59 308.57 0.3 0.32
Hex 69 38 62 0 2F 7 3B 135 1E 20
Octal 151 70 142 0 57 7 73 465 36 40
Binary 1101001 111000 1100010 0 101111 111 111011 100110101 11110 100000

Color Harmonies of #693862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693862

Black with #693862

Text Example


Text Example

White with #693862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693862; }

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

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

background-color css

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

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

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

border-color css

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

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

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