Html Css Color HEX #682756 Palatinate Purple

📋 copy color: '#682756'

red 104 ◦ green 39 ◦ blue 86

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

Shades of Palatinate Purple #682756

Tints of Palatinate Purple #682756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

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

R = 45.41%
G = 17.03%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682756 (or 0x682756) is known color: Palatinate Purple. HEX triplet: 68, 27 and 56. RGB value is (104,39,86). Sum of RGB (Red+Green+Blue) = 104+39+86=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682756 is #97D8A9. Grayscale: #3F3F3F. Windows color (decimal): -9951402 or 5646184. OLE color: 5646184.

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

Color convert

RGB 104 39 86 -
CMYK 0 0.62 0.17 0.59
HSL 316.62º 0.45% 0.28% -
HSV(B) 316.62º 0.63% 0.41% -
XYZ 8.11 5.07 9.35 -
YUV 63.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 104 39 86 0 0.62 0.17 0.59 316.62 0.45 0.28
Hex 68 27 56 0 3E 11 3B 13D 2D 1C
Octal 150 47 126 0 76 21 73 475 55 34
Binary 1101000 100111 1010110 0 111110 10001 111011 100111101 101101 11100

Color Harmonies of #682756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682756

Black with #682756

Text Example


Text Example

White with #682756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682756; }

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

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

background-color css

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

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

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

border-color css

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

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

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