Html Css Color HEX #682C59 Palatinate Purple

📋 copy color: '#682C59'

red 104 ◦ green 44 ◦ blue 89

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

Shades of Palatinate Purple #682C59

Tints of Palatinate Purple #682C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 43.88%
G = 18.57%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#682C59 (or 0x682C59) is known color: Palatinate Purple. HEX triplet: 68, 2C and 59. RGB value is (104,44,89). Sum of RGB (Red+Green+Blue) = 104+44+89=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C59 is #97D3A6. Grayscale: #424242. Windows color (decimal): -9950119 or 5844072. OLE color: 5844072.

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

Color convert

RGB 104 44 89 -
CMYK 0 0.58 0.14 0.59
HSL 315º 0.41% 0.29% -
HSV(B) 315º 0.58% 0.41% -
XYZ 8.41 5.47 10.06 -
YUV 67.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 104 44 89 0 0.58 0.14 0.59 315 0.41 0.29
Hex 68 2C 59 0 3A E 3B 13B 29 1D
Octal 150 54 131 0 72 16 73 473 51 35
Binary 1101000 101100 1011001 0 111010 1110 111011 100111011 101001 11101

Color Harmonies of #682C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C59

Black with #682C59

Text Example


Text Example

White with #682C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,89); }

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

background-color css

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

 a { background-color: rgb(104,44,89); }

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

border-color css

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

 span { border-color: rgb(104,44,89); }

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