Html Css Color HEX #683A5E Palatinate Purple

📋 copy color: '#683A5E'

red 104 ◦ green 58 ◦ blue 94

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

Shades of Palatinate Purple #683A5E

Tints of Palatinate Purple #683A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 40.63%
G = 22.66%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#683A5E (or 0x683A5E) is known color: Palatinate Purple. HEX triplet: 68, 3A and 5E. RGB value is (104,58,94). Sum of RGB (Red+Green+Blue) = 104+58+94=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A5E is #97C5A1. Grayscale: #4B4B4B. Windows color (decimal): -9946530 or 6175336. OLE color: 6175336.

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

Color convert

RGB 104 58 94 -
CMYK 0 0.44 0.10 0.59
HSL 313.04º 0.28% 0.32% -
HSV(B) 313.04º 0.44% 0.41% -
XYZ 9.24 6.78 11.41 -
YUV 75.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 104 58 94 0 0.44 0.10 0.59 313.04 0.28 0.32
Hex 68 3A 5E 0 2C A 3B 139 1C 20
Octal 150 72 136 0 54 12 73 471 34 40
Binary 1101000 111010 1011110 0 101100 1010 111011 100111001 11100 100000

Color Harmonies of #683A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A5E

Black with #683A5E

Text Example


Text Example

White with #683A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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