Html Css Color HEX #683960 Palatinate Purple

📋 copy color: '#683960'

red 104 ◦ green 57 ◦ blue 96

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

Shades of Palatinate Purple #683960

Tints of Palatinate Purple #683960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 40.47%
G = 22.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683960 (or 0x683960) is known color: Palatinate Purple. HEX triplet: 68, 39 and 60. RGB value is (104,57,96). Sum of RGB (Red+Green+Blue) = 104+57+96=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683960 is #97C69F. Grayscale: #4B4B4B. Windows color (decimal): -9946784 or 6306152. OLE color: 6306152.

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

Color convert

RGB 104 57 96 -
CMYK 0 0.45 0.08 0.59
HSL 310.21º 0.29% 0.32% -
HSV(B) 310.21º 0.45% 0.41% -
XYZ 9.28 6.71 11.87 -
YUV 75.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 104 57 96 0 0.45 0.08 0.59 310.21 0.29 0.32
Hex 68 39 60 0 2D 8 3B 136 1D 20
Octal 150 71 140 0 55 10 73 466 35 40
Binary 1101000 111001 1100000 0 101101 1000 111011 100110110 11101 100000

Color Harmonies of #683960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683960

Black with #683960

Text Example


Text Example

White with #683960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683960; }

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

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

background-color css

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

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

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

border-color css

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

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

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