Html Css Color HEX #683356 Palatinate Purple

📋 copy color: '#683356'

red 104 ◦ green 51 ◦ blue 86

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

Shades of Palatinate Purple #683356

Tints of Palatinate Purple #683356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 43.15%
G = 21.16%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#683356 (or 0x683356) is known color: Palatinate Purple. HEX triplet: 68, 33 and 56. RGB value is (104,51,86). Sum of RGB (Red+Green+Blue) = 104+51+86=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #683356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683356 is #97CCA9. Grayscale: #464646. Windows color (decimal): -9948330 or 5649256. OLE color: 5649256.

HSL color Cylindrical-coordinate representation of color #683356: hue angle of 320.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683356 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 86 -
CMYK 0 0.51 0.17 0.59
HSL 320.38º 0.34% 0.3% -
HSV(B) 320.38º 0.51% 0.41% -
XYZ 8.57 5.98 9.51 -
YUV 70.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 104 51 86 0 0.51 0.17 0.59 320.38 0.34 0.3
Hex 68 33 56 0 33 11 3B 140 22 1E
Octal 150 63 126 0 63 21 73 500 42 36
Binary 1101000 110011 1010110 0 110011 10001 111011 101000000 100010 11110

Color Harmonies of #683356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683356

Black with #683356

Text Example


Text Example

White with #683356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683356; }

 p { color: rgb(104,51,86); }

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

background-color css

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

 a { background-color: rgb(104,51,86); }

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

border-color css

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

 span { border-color: rgb(104,51,86); }

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