Html Css Color HEX #682E56 Palatinate Purple

📋 copy color: '#682E56'

red 104 ◦ green 46 ◦ blue 86

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

Shades of Palatinate Purple #682E56

Tints of Palatinate Purple #682E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

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

R = 44.07%
G = 19.49%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682E56 (or 0x682E56) is known color: Palatinate Purple. HEX triplet: 68, 2E and 56. RGB value is (104,46,86). Sum of RGB (Red+Green+Blue) = 104+46+86=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E56 is #97D1A9. Grayscale: #434343. Windows color (decimal): -9949610 or 5647976. OLE color: 5647976.

HSL color Cylindrical-coordinate representation of color #682E56: hue angle of 318.62º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E56 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 86 -
CMYK 0 0.56 0.17 0.59
HSL 318.62º 0.39% 0.29% -
HSV(B) 318.62º 0.56% 0.41% -
XYZ 8.37 5.57 9.44 -
YUV 67.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 104 46 86 0 0.56 0.17 0.59 318.62 0.39 0.29
Hex 68 2E 56 0 38 11 3B 13F 27 1D
Octal 150 56 126 0 70 21 73 477 47 35
Binary 1101000 101110 1010110 0 111000 10001 111011 100111111 100111 11101

Color Harmonies of #682E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E56

Black with #682E56

Text Example


Text Example

White with #682E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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