Html Css Color HEX #682D5D Palatinate Purple

📋 copy color: '#682D5D'

red 104 ◦ green 45 ◦ blue 93

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

Shades of Palatinate Purple #682D5D

Tints of Palatinate Purple #682D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

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

R = 42.98%
G = 18.6%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#682D5D (or 0x682D5D) is known color: Palatinate Purple. HEX triplet: 68, 2D and 5D. RGB value is (104,45,93). Sum of RGB (Red+Green+Blue) = 104+45+93=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D5D is #97D2A2. Grayscale: #434343. Windows color (decimal): -9949859 or 6106472. OLE color: 6106472.

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

Color convert

RGB 104 45 93 -
CMYK 0 0.57 0.11 0.59
HSL 311.19º 0.4% 0.29% -
HSV(B) 311.19º 0.57% 0.41% -
XYZ 8.62 5.61 10.98 -
YUV 68.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 104 45 93 0 0.57 0.11 0.59 311.19 0.4 0.29
Hex 68 2D 5D 0 39 B 3B 137 28 1D
Octal 150 55 135 0 71 13 73 467 50 35
Binary 1101000 101101 1011101 0 111001 1011 111011 100110111 101000 11101

Color Harmonies of #682D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D5D

Black with #682D5D

Text Example


Text Example

White with #682D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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