Html Css Color HEX #683B5B Palatinate Purple

📋 copy color: '#683B5B'

red 104 ◦ green 59 ◦ blue 91

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

Shades of Palatinate Purple #683B5B

Tints of Palatinate Purple #683B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 40.94%
G = 23.23%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#683B5B (or 0x683B5B) is known color: Palatinate Purple. HEX triplet: 68, 3B and 5B. RGB value is (104,59,91). Sum of RGB (Red+Green+Blue) = 104+59+91=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B5B is #97C4A4. Grayscale: #4C4C4C. Windows color (decimal): -9946277 or 5978984. OLE color: 5978984.

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

Color convert

RGB 104 59 91 -
CMYK 0 0.43 0.12 0.59
HSL 317.33º 0.28% 0.32% -
HSV(B) 317.33º 0.43% 0.41% -
XYZ 9.16 6.83 10.73 -
YUV 76.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 104 59 91 0 0.43 0.12 0.59 317.33 0.28 0.32
Hex 68 3B 5B 0 2B C 3B 13D 1C 20
Octal 150 73 133 0 53 14 73 475 34 40
Binary 1101000 111011 1011011 0 101011 1100 111011 100111101 11100 100000

Color Harmonies of #683B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B5B

Black with #683B5B

Text Example


Text Example

White with #683B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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