Html Css Color HEX #683B5D Palatinate Purple

📋 copy color: '#683B5D'

red 104 ◦ green 59 ◦ blue 93

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

Shades of Palatinate Purple #683B5D

Tints of Palatinate Purple #683B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 40.63%
G = 23.05%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#683B5D (or 0x683B5D) is known color: Palatinate Purple. HEX triplet: 68, 3B and 5D. RGB value is (104,59,93). Sum of RGB (Red+Green+Blue) = 104+59+93=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B5D is #97C4A2. Grayscale: #4C4C4C. Windows color (decimal): -9946275 or 6110056. OLE color: 6110056.

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

Color convert

RGB 104 59 93 -
CMYK 0 0.43 0.11 0.59
HSL 314.67º 0.28% 0.32% -
HSV(B) 314.67º 0.43% 0.41% -
XYZ 9.25 6.86 11.19 -
YUV 76.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 104 59 93 0 0.43 0.11 0.59 314.67 0.28 0.32
Hex 68 3B 5D 0 2B B 3B 13B 1C 20
Octal 150 73 135 0 53 13 73 473 34 40
Binary 1101000 111011 1011101 0 101011 1011 111011 100111011 11100 100000

Color Harmonies of #683B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B5D

Black with #683B5D

Text Example


Text Example

White with #683B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,59,93); }

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

background-color css

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

 a { background-color: rgb(104,59,93); }

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

border-color css

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

 span { border-color: rgb(104,59,93); }

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