Html Css Color HEX #693863 Palatinate Purple

📋 copy color: '#693863'

red 105 ◦ green 56 ◦ blue 99

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

Shades of Palatinate Purple #693863

Tints of Palatinate Purple #693863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 40.38%
G = 21.54%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#693863 (or 0x693863) is known color: Palatinate Purple. HEX triplet: 69, 38 and 63. RGB value is (105,56,99). Sum of RGB (Red+Green+Blue) = 105+56+99=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #693863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693863 is #96C79C. Grayscale: #4B4B4B. Windows color (decimal): -9881501 or 6502505. OLE color: 6502505.

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

Color convert

RGB 105 56 99 -
CMYK 0 0.47 0.06 0.59
HSL 307.35º 0.3% 0.32% -
HSV(B) 307.35º 0.47% 0.41% -
XYZ 9.49 6.73 12.6 -
YUV 75.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 105 56 99 0 0.47 0.06 0.59 307.35 0.3 0.32
Hex 69 38 63 0 2F 6 3B 133 1E 20
Octal 151 70 143 0 57 6 73 463 36 40
Binary 1101001 111000 1100011 0 101111 110 111011 100110011 11110 100000

Color Harmonies of #693863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693863

Black with #693863

Text Example


Text Example

White with #693863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693863; }

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

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

background-color css

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

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

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

border-color css

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

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

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