Html Css Color HEX #682E54 Palatinate Purple

📋 copy color: '#682E54'

red 104 ◦ green 46 ◦ blue 84

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

Shades of Palatinate Purple #682E54

Tints of Palatinate Purple #682E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 44.44%
G = 19.66%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#682E54 (or 0x682E54) is known color: Palatinate Purple. HEX triplet: 68, 2E and 54. RGB value is (104,46,84). Sum of RGB (Red+Green+Blue) = 104+46+84=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E54 is #97D1AB. Grayscale: #434343. Windows color (decimal): -9949612 or 5516904. OLE color: 5516904.

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

Color convert

RGB 104 46 84 -
CMYK 0 0.56 0.19 0.59
HSL 320.69º 0.39% 0.29% -
HSV(B) 320.69º 0.56% 0.41% -
XYZ 8.29 5.54 9.02 -
YUV 67.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 104 46 84 0 0.56 0.19 0.59 320.69 0.39 0.29
Hex 68 2E 54 0 38 13 3B 141 27 1D
Octal 150 56 124 0 70 23 73 501 47 35
Binary 1101000 101110 1010100 0 111000 10011 111011 101000001 100111 11101

Color Harmonies of #682E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E54

Black with #682E54

Text Example


Text Example

White with #682E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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