Html Css Color HEX #682B5D Palatinate Purple

📋 copy color: '#682B5D'

red 104 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #682B5D

Tints of Palatinate Purple #682B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

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

R = 43.33%
G = 17.92%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#682B5D (or 0x682B5D) is known color: Palatinate Purple. HEX triplet: 68, 2B and 5D. RGB value is (104,43,93). Sum of RGB (Red+Green+Blue) = 104+43+93=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5D is #97D4A2. Grayscale: #424242. Windows color (decimal): -9950371 or 6105960. OLE color: 6105960.

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

Color convert

RGB 104 43 93 -
CMYK 0 0.59 0.11 0.59
HSL 310.82º 0.41% 0.29% -
HSV(B) 310.82º 0.59% 0.41% -
XYZ 8.55 5.46 10.96 -
YUV 66.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 104 43 93 0 0.59 0.11 0.59 310.82 0.41 0.29
Hex 68 2B 5D 0 3B B 3B 137 29 1D
Octal 150 53 135 0 73 13 73 467 51 35
Binary 1101000 101011 1011101 0 111011 1011 111011 100110111 101001 11101

Color Harmonies of #682B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B5D

Black with #682B5D

Text Example


Text Example

White with #682B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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