Html Css Color HEX #682556 Palatinate Purple

📋 copy color: '#682556'

red 104 ◦ green 37 ◦ blue 86

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

Shades of Palatinate Purple #682556

Tints of Palatinate Purple #682556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 45.81%
G = 16.3%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682556 (or 0x682556) is known color: Palatinate Purple. HEX triplet: 68, 25 and 56. RGB value is (104,37,86). Sum of RGB (Red+Green+Blue) = 104+37+86=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682556 is #97DAA9. Grayscale: #3E3E3E. Windows color (decimal): -9951914 or 5645672. OLE color: 5645672.

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

Color convert

RGB 104 37 86 -
CMYK 0 0.64 0.17 0.59
HSL 316.12º 0.48% 0.28% -
HSV(B) 316.12º 0.64% 0.41% -
XYZ 8.05 4.94 9.33 -
YUV 62.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 104 37 86 0 0.64 0.17 0.59 316.12 0.48 0.28
Hex 68 25 56 0 40 11 3B 13C 30 1C
Octal 150 45 126 0 100 21 73 474 60 34
Binary 1101000 100101 1010110 0 1000000 10001 111011 100111100 110000 11100

Color Harmonies of #682556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682556

Black with #682556

Text Example


Text Example

White with #682556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682556; }

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

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

background-color css

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

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

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

border-color css

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

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

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