Html Css Color HEX #682C5D Palatinate Purple

📋 copy color: '#682C5D'

red 104 ◦ green 44 ◦ blue 93

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

Shades of Palatinate Purple #682C5D

Tints of Palatinate Purple #682C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 43.15%
G = 18.26%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#682C5D (or 0x682C5D) is known color: Palatinate Purple. HEX triplet: 68, 2C and 5D. RGB value is (104,44,93). Sum of RGB (Red+Green+Blue) = 104+44+93=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C5D is #97D3A2. Grayscale: #434343. Windows color (decimal): -9950115 or 6106216. OLE color: 6106216.

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

Color convert

RGB 104 44 93 -
CMYK 0 0.58 0.11 0.59
HSL 311º 0.41% 0.29% -
HSV(B) 311º 0.58% 0.41% -
XYZ 8.59 5.53 10.97 -
YUV 67.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 104 44 93 0 0.58 0.11 0.59 311 0.41 0.29
Hex 68 2C 5D 0 3A B 3B 137 29 1D
Octal 150 54 135 0 72 13 73 467 51 35
Binary 1101000 101100 1011101 0 111010 1011 111011 100110111 101001 11101

Color Harmonies of #682C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C5D

Black with #682C5D

Text Example


Text Example

White with #682C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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