Html Css Color HEX #683C60 Palatinate Purple

📋 copy color: '#683C60'

red 104 ◦ green 60 ◦ blue 96

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

Shades of Palatinate Purple #683C60

Tints of Palatinate Purple #683C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.08%

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

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683C60 (or 0x683C60) is known color: Palatinate Purple. HEX triplet: 68, 3C and 60. RGB value is (104,60,96). Sum of RGB (Red+Green+Blue) = 104+60+96=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #683C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C60 is #97C39F. Grayscale: #4D4D4D. Windows color (decimal): -9946016 or 6306920. OLE color: 6306920.

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

Color convert

RGB 104 60 96 -
CMYK 0 0.42 0.08 0.59
HSL 310.91º 0.27% 0.32% -
HSV(B) 310.91º 0.42% 0.41% -
XYZ 9.44 7.02 11.92 -
YUV 77.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 104 60 96 0 0.42 0.08 0.59 310.91 0.27 0.32
Hex 68 3C 60 0 2A 8 3B 137 1B 20
Octal 150 74 140 0 52 10 73 467 33 40
Binary 1101000 111100 1100000 0 101010 1000 111011 100110111 11011 100000

Color Harmonies of #683C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C60

Black with #683C60

Text Example


Text Example

White with #683C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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