Html Css Color HEX #683861 Palatinate Purple

📋 copy color: '#683861'

red 104 ◦ green 56 ◦ blue 97

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

Shades of Palatinate Purple #683861

Tints of Palatinate Purple #683861

RGB

 RED value IS 104 (41.02% from 255) = 40.47%

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

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 40.47%
G = 21.79%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683861 (or 0x683861) is known color: Palatinate Purple. HEX triplet: 68, 38 and 61. RGB value is (104,56,97). Sum of RGB (Red+Green+Blue) = 104+56+97=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683861 is #97C79E. Grayscale: #4A4A4A. Windows color (decimal): -9947039 or 6371432. OLE color: 6371432.

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

Color convert

RGB 104 56 97 -
CMYK 0 0.46 0.07 0.59
HSL 308.75º 0.3% 0.31% -
HSV(B) 308.75º 0.46% 0.41% -
XYZ 9.28 6.63 12.1 -
YUV 75.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 104 56 97 0 0.46 0.07 0.59 308.75 0.3 0.31
Hex 68 38 61 0 2E 7 3B 135 1E 1F
Octal 150 70 141 0 56 7 73 465 36 37
Binary 1101000 111000 1100001 0 101110 111 111011 100110101 11110 11111

Color Harmonies of #683861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683861

Black with #683861

Text Example


Text Example

White with #683861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683861; }

 p { color: rgb(104,56,97); }

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

background-color css

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

 a { background-color: rgb(104,56,97); }

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

border-color css

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

 span { border-color: rgb(104,56,97); }

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