Html Css Color HEX #682B56 Palatinate Purple

📋 copy color: '#682B56'

red 104 ◦ green 43 ◦ blue 86

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

Shades of Palatinate Purple #682B56

Tints of Palatinate Purple #682B56

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

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

R = 44.64%
G = 18.45%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#682B56 (or 0x682B56) is known color: Palatinate Purple. HEX triplet: 68, 2B and 56. RGB value is (104,43,86). Sum of RGB (Red+Green+Blue) = 104+43+86=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #682B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B56 is #97D4A9. Grayscale: #424242. Windows color (decimal): -9950378 or 5647208. OLE color: 5647208.

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

Color convert

RGB 104 43 86 -
CMYK 0 0.59 0.17 0.59
HSL 317.7º 0.41% 0.29% -
HSV(B) 317.7º 0.59% 0.41% -
XYZ 8.25 5.34 9.4 -
YUV 66.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 104 43 86 0 0.59 0.17 0.59 317.7 0.41 0.29
Hex 68 2B 56 0 3B 11 3B 13E 29 1D
Octal 150 53 126 0 73 21 73 476 51 35
Binary 1101000 101011 1010110 0 111011 10001 111011 100111110 101001 11101

Color Harmonies of #682B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B56

Black with #682B56

Text Example


Text Example

White with #682B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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