Html Css Color HEX #682656 Palatinate Purple

📋 copy color: '#682656'

red 104 ◦ green 38 ◦ blue 86

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

Shades of Palatinate Purple #682656

Tints of Palatinate Purple #682656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 45.61%
G = 16.67%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682656 (or 0x682656) is known color: Palatinate Purple. HEX triplet: 68, 26 and 56. RGB value is (104,38,86). Sum of RGB (Red+Green+Blue) = 104+38+86=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #682656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682656 is #97D9A9. Grayscale: #3F3F3F. Windows color (decimal): -9951658 or 5645928. OLE color: 5645928.

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

Color convert

RGB 104 38 86 -
CMYK 0 0.63 0.17 0.59
HSL 316.36º 0.46% 0.28% -
HSV(B) 316.36º 0.63% 0.41% -
XYZ 8.08 5 9.34 -
YUV 63.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 104 38 86 0 0.63 0.17 0.59 316.36 0.46 0.28
Hex 68 26 56 0 3F 11 3B 13C 2E 1C
Octal 150 46 126 0 77 21 73 474 56 34
Binary 1101000 100110 1010110 0 111111 10001 111011 100111100 101110 11100

Color Harmonies of #682656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682656

Black with #682656

Text Example


Text Example

White with #682656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682656; }

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

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

background-color css

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

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

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

border-color css

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

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

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