Html Css Color HEX #682C5E Palatinate Purple

📋 copy color: '#682C5E'

red 104 ◦ green 44 ◦ blue 94

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

Shades of Palatinate Purple #682C5E

Tints of Palatinate Purple #682C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 42.98%
G = 18.18%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#682C5E (or 0x682C5E) is known color: Palatinate Purple. HEX triplet: 68, 2C and 5E. RGB value is (104,44,94). Sum of RGB (Red+Green+Blue) = 104+44+94=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C5E is #97D3A1. Grayscale: #434343. Windows color (decimal): -9950114 or 6171752. OLE color: 6171752.

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

Color convert

RGB 104 44 94 -
CMYK 0 0.58 0.10 0.59
HSL 310º 0.41% 0.29% -
HSV(B) 310º 0.58% 0.41% -
XYZ 8.63 5.55 11.21 -
YUV 67.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 104 44 94 0 0.58 0.10 0.59 310 0.41 0.29
Hex 68 2C 5E 0 3A A 3B 136 29 1D
Octal 150 54 136 0 72 12 73 466 51 35
Binary 1101000 101100 1011110 0 111010 1010 111011 100110110 101001 11101

Color Harmonies of #682C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C5E

Black with #682C5E

Text Example


Text Example

White with #682C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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