Html Css Color HEX #682C57 Palatinate Purple

📋 copy color: '#682C57'

red 104 ◦ green 44 ◦ blue 87

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

Shades of Palatinate Purple #682C57

Tints of Palatinate Purple #682C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 44.26%
G = 18.72%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#682C57 (or 0x682C57) is known color: Palatinate Purple. HEX triplet: 68, 2C and 57. RGB value is (104,44,87). Sum of RGB (Red+Green+Blue) = 104+44+87=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C57 is #97D3A8. Grayscale: #424242. Windows color (decimal): -9950121 or 5713000. OLE color: 5713000.

HSL color Cylindrical-coordinate representation of color #682C57: hue angle of 317º 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 #682C57 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 87 -
CMYK 0 0.58 0.16 0.59
HSL 317º 0.41% 0.29% -
HSV(B) 317º 0.58% 0.41% -
XYZ 8.33 5.43 9.63 -
YUV 66.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 104 44 87 0 0.58 0.16 0.59 317 0.41 0.29
Hex 68 2C 57 0 3A 10 3B 13D 29 1D
Octal 150 54 127 0 72 20 73 475 51 35
Binary 1101000 101100 1010111 0 111010 10000 111011 100111101 101001 11101

Color Harmonies of #682C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C57

Black with #682C57

Text Example


Text Example

White with #682C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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