Html Css Color HEX #683160 Palatinate Purple

📋 copy color: '#683160'

red 104 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #683160

Tints of Palatinate Purple #683160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 41.77%
G = 19.68%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683160 (or 0x683160) is known color: Palatinate Purple. HEX triplet: 68, 31 and 60. RGB value is (104,49,96). Sum of RGB (Red+Green+Blue) = 104+49+96=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683160 is #97CE9F. Grayscale: #464646. Windows color (decimal): -9948832 or 6304104. OLE color: 6304104.

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

Color convert

RGB 104 49 96 -
CMYK 0 0.53 0.08 0.59
HSL 308.73º 0.36% 0.3% -
HSV(B) 308.73º 0.53% 0.41% -
XYZ 8.92 5.98 11.75 -
YUV 70.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 104 49 96 0 0.53 0.08 0.59 308.73 0.36 0.3
Hex 68 31 60 0 35 8 3B 135 24 1E
Octal 150 61 140 0 65 10 73 465 44 36
Binary 1101000 110001 1100000 0 110101 1000 111011 100110101 100100 11110

Color Harmonies of #683160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683160

Black with #683160

Text Example


Text Example

White with #683160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683160; }

 p { color: rgb(104,49,96); }

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

background-color css

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

 a { background-color: rgb(104,49,96); }

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

border-color css

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

 span { border-color: rgb(104,49,96); }

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