Html Css Color HEX #682E5D Palatinate Purple

📋 copy color: '#682E5D'

red 104 ◦ green 46 ◦ blue 93

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

Shades of Palatinate Purple #682E5D

Tints of Palatinate Purple #682E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.93%

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

R = 42.8%
G = 18.93%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#682E5D (or 0x682E5D) is known color: Palatinate Purple. HEX triplet: 68, 2E and 5D. RGB value is (104,46,93). Sum of RGB (Red+Green+Blue) = 104+46+93=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5D is #97D1A2. Grayscale: #444444. Windows color (decimal): -9949603 or 6106728. OLE color: 6106728.

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

Color convert

RGB 104 46 93 -
CMYK 0 0.56 0.11 0.59
HSL 311.38º 0.39% 0.29% -
HSV(B) 311.38º 0.56% 0.41% -
XYZ 8.66 5.69 11 -
YUV 68.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 104 46 93 0 0.56 0.11 0.59 311.38 0.39 0.29
Hex 68 2E 5D 0 38 B 3B 137 27 1D
Octal 150 56 135 0 70 13 73 467 47 35
Binary 1101000 101110 1011101 0 111000 1011 111011 100110111 100111 11101

Color Harmonies of #682E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E5D

Black with #682E5D

Text Example


Text Example

White with #682E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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