Html Css Color HEX #683155 Palatinate Purple

📋 copy color: '#683155'

red 104 ◦ green 49 ◦ blue 85

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

Shades of Palatinate Purple #683155

Tints of Palatinate Purple #683155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 43.7%
G = 20.59%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#683155 (or 0x683155) is known color: Palatinate Purple. HEX triplet: 68, 31 and 55. RGB value is (104,49,85). Sum of RGB (Red+Green+Blue) = 104+49+85=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #683155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683155 is #97CEAA. Grayscale: #454545. Windows color (decimal): -9948843 or 5583208. OLE color: 5583208.

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

Color convert

RGB 104 49 85 -
CMYK 0 0.53 0.18 0.59
HSL 320.73º 0.36% 0.3% -
HSV(B) 320.73º 0.53% 0.41% -
XYZ 8.45 5.8 9.27 -
YUV 69.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 104 49 85 0 0.53 0.18 0.59 320.73 0.36 0.3
Hex 68 31 55 0 35 12 3B 141 24 1E
Octal 150 61 125 0 65 22 73 501 44 36
Binary 1101000 110001 1010101 0 110101 10010 111011 101000001 100100 11110

Color Harmonies of #683155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683155

Black with #683155

Text Example


Text Example

White with #683155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683155; }

 p { color: rgb(104,49,85); }

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

background-color css

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

 a { background-color: rgb(104,49,85); }

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

border-color css

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

 span { border-color: rgb(104,49,85); }

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