Html Css Color HEX #68294D Pompadour

📋 copy color: '#68294D'

red 104 ◦ green 41 ◦ blue 77

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

Shades of Pompadour #68294D

Tints of Pompadour #68294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 46.85%
G = 18.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68294D (or 0x68294D) is known color: Pompadour. HEX triplet: 68, 29 and 4D. RGB value is (104,41,77). Sum of RGB (Red+Green+Blue) = 104+41+77=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68294D is #97D6B2. Grayscale: #3F3F3F. Windows color (decimal): -9950899 or 5056872. OLE color: 5056872.

HSL color Cylindrical-coordinate representation of color #68294D: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68294D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 77 -
CMYK 0 0.61 0.26 0.59
HSL 325.71º 0.43% 0.28% -
HSV(B) 325.71º 0.61% 0.41% -
XYZ 7.84 5.06 7.59 -
YUV 63.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 104 41 77 0 0.61 0.26 0.59 325.71 0.43 0.28
Hex 68 29 4D 0 3D 1A 3B 146 2B 1C
Octal 150 51 115 0 75 32 73 506 53 34
Binary 1101000 101001 1001101 0 111101 11010 111011 101000110 101011 11100

Color Harmonies of #68294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68294D

Black with #68294D

Text Example


Text Example

White with #68294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68294D; }

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

 H1.HeaderClassName
 {
   color: #68294D;
 }
 .AnyTagClassName
 {
   color: #68294D;
 }
</style>

background-color css

<style>
 a { background-color: #68294D; }

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

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

border-color css

<style>
 span { border-color: #68294D; }

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

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