Html Css Color HEX #683E5E Palatinate Purple

📋 copy color: '#683E5E'

red 104 ◦ green 62 ◦ blue 94

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

Shades of Palatinate Purple #683E5E

Tints of Palatinate Purple #683E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

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

R = 40%
G = 23.85%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#683E5E (or 0x683E5E) is known color: Palatinate Purple. HEX triplet: 68, 3E and 5E. RGB value is (104,62,94). Sum of RGB (Red+Green+Blue) = 104+62+94=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5E is #97C1A1. Grayscale: #4E4E4E. Windows color (decimal): -9945506 or 6176360. OLE color: 6176360.

HSL color Cylindrical-coordinate representation of color #683E5E: hue angle of 314.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E5E is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 62 94 -
CMYK 0 0.40 0.10 0.59
HSL 314.29º 0.25% 0.33% -
HSV(B) 314.29º 0.4% 0.41% -
XYZ 9.45 7.2 11.48 -
YUV 78.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 104 62 94 0 0.40 0.10 0.59 314.29 0.25 0.33
Hex 68 3E 5E 0 28 A 3B 13A 19 21
Octal 150 76 136 0 50 12 73 472 31 41
Binary 1101000 111110 1011110 0 101000 1010 111011 100111010 11001 100001

Color Harmonies of #683E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E5E

Black with #683E5E

Text Example


Text Example

White with #683E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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