Html Css Color HEX #682A4D Pompadour

📋 copy color: '#682A4D'

red 104 ◦ green 42 ◦ blue 77

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

Shades of Pompadour #682A4D

Tints of Pompadour #682A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 46.64%
G = 18.83%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#682A4D (or 0x682A4D) is known color: Pompadour. HEX triplet: 68, 2A and 4D. RGB value is (104,42,77). Sum of RGB (Red+Green+Blue) = 104+42+77=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A4D is #97D5B2. Grayscale: #404040. Windows color (decimal): -9950643 or 5057128. OLE color: 5057128.

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

Color convert

RGB 104 42 77 -
CMYK 0 0.60 0.26 0.59
HSL 326.13º 0.42% 0.29% -
HSV(B) 326.13º 0.6% 0.41% -
XYZ 7.88 5.13 7.6 -
YUV 64.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 104 42 77 0 0.60 0.26 0.59 326.13 0.42 0.29
Hex 68 2A 4D 0 3C 1A 3B 146 2A 1D
Octal 150 52 115 0 74 32 73 506 52 35
Binary 1101000 101010 1001101 0 111100 11010 111011 101000110 101010 11101

Color Harmonies of #682A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A4D

Black with #682A4D

Text Example


Text Example

White with #682A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,77); }

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

background-color css

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

 a { background-color: rgb(104,42,77); }

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

border-color css

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

 span { border-color: rgb(104,42,77); }

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