Html Css Color HEX #68204F Pompadour

📋 copy color: '#68204F'

red 104 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #68204F

Tints of Pompadour #68204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 48.37%
G = 14.88%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68204F (or 0x68204F) is known color: Pompadour. HEX triplet: 68, 20 and 4F. RGB value is (104,32,79). Sum of RGB (Red+Green+Blue) = 104+32+79=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68204F is #97DFB0. Grayscale: #3A3A3A. Windows color (decimal): -9953201 or 5185640. OLE color: 5185640.

HSL color Cylindrical-coordinate representation of color #68204F: hue angle of 320.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68204F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 79 -
CMYK 0 0.69 0.24 0.59
HSL 320.83º 0.53% 0.27% -
HSV(B) 320.83º 0.69% 0.41% -
XYZ 7.64 4.54 7.87 -
YUV 58.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 104 32 79 0 0.69 0.24 0.59 320.83 0.53 0.27
Hex 68 20 4F 0 45 18 3B 141 35 1B
Octal 150 40 117 0 105 30 73 501 65 33
Binary 1101000 100000 1001111 0 1000101 11000 111011 101000001 110101 11011

Color Harmonies of #68204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68204F

Black with #68204F

Text Example


Text Example

White with #68204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68204F; }

 p { color: rgb(104,32,79); }

 H1.HeaderClassName
 {
   color: #68204F;
 }
 .AnyTagClassName
 {
   color: #68204F;
 }
</style>

background-color css

<style>
 a { background-color: #68204F; }

 a { background-color: rgb(104,32,79); }

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

border-color css

<style>
 span { border-color: #68204F; }

 span { border-color: rgb(104,32,79); }

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