Html Css Color HEX #683760 Palatinate Purple

📋 copy color: '#683760'

red 104 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #683760

Tints of Palatinate Purple #683760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 40.78%
G = 21.57%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683760 (or 0x683760) is known color: Palatinate Purple. HEX triplet: 68, 37 and 60. RGB value is (104,55,96). Sum of RGB (Red+Green+Blue) = 104+55+96=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683760 is #97C89F. Grayscale: #4A4A4A. Windows color (decimal): -9947296 or 6305640. OLE color: 6305640.

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

Color convert

RGB 104 55 96 -
CMYK 0 0.47 0.08 0.59
HSL 309.8º 0.31% 0.31% -
HSV(B) 309.8º 0.47% 0.41% -
XYZ 9.19 6.52 11.84 -
YUV 74.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 104 55 96 0 0.47 0.08 0.59 309.8 0.31 0.31
Hex 68 37 60 0 2F 8 3B 136 1F 1F
Octal 150 67 140 0 57 10 73 466 37 37
Binary 1101000 110111 1100000 0 101111 1000 111011 100110110 11111 11111

Color Harmonies of #683760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683760

Black with #683760

Text Example


Text Example

White with #683760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683760; }

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

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

background-color css

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

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

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

border-color css

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

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

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