Html Css Color HEX #683B5E Palatinate Purple

📋 copy color: '#683B5E'

red 104 ◦ green 59 ◦ blue 94

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

Shades of Palatinate Purple #683B5E

Tints of Palatinate Purple #683B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 40.47%
G = 22.96%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#683B5E (or 0x683B5E) is known color: Palatinate Purple. HEX triplet: 68, 3B and 5E. RGB value is (104,59,94). Sum of RGB (Red+Green+Blue) = 104+59+94=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B5E is #97C4A1. Grayscale: #4C4C4C. Windows color (decimal): -9946274 or 6175592. OLE color: 6175592.

HSL color Cylindrical-coordinate representation of color #683B5E: hue angle of 313.33º 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 #683B5E is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 59 94 -
CMYK 0 0.43 0.10 0.59
HSL 313.33º 0.28% 0.32% -
HSV(B) 313.33º 0.43% 0.41% -
XYZ 9.29 6.88 11.43 -
YUV 76.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 104 59 94 0 0.43 0.10 0.59 313.33 0.28 0.32
Hex 68 3B 5E 0 2B A 3B 139 1C 20
Octal 150 73 136 0 53 12 73 471 34 40
Binary 1101000 111011 1011110 0 101011 1010 111011 100111001 11100 100000

Color Harmonies of #683B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B5E

Black with #683B5E

Text Example


Text Example

White with #683B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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