Html Css Color HEX #6A2A4D Pompadour

📋 copy color: '#6A2A4D'

red 106 ◦ green 42 ◦ blue 77

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

Shades of Pompadour #6A2A4D

Tints of Pompadour #6A2A4D

RGB

 RED value IS 106 (41.8% from 255) = 47.11%

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

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

R = 47.11%
G = 18.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A2A4D (or 0x6A2A4D) is known color: Pompadour. HEX triplet: 6A, 2A and 4D. RGB value is (106,42,77). Sum of RGB (Red+Green+Blue) = 106+42+77=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2A4D is #95D5B2. Grayscale: #414141. Windows color (decimal): -9819571 or 5057130. OLE color: 5057130.

HSL color Cylindrical-coordinate representation of color #6A2A4D: hue angle of 327.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A4D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 42 77 -
CMYK 0 0.60 0.27 0.58
HSL 327.19º 0.43% 0.29% -
HSV(B) 327.19º 0.6% 0.42% -
XYZ 8.11 5.26 7.61 -
YUV 65.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 106 42 77 0 0.60 0.27 0.58 327.19 0.43 0.29
Hex 6A 2A 4D 0 3C 1B 3A 147 2B 1D
Octal 152 52 115 0 74 33 72 507 53 35
Binary 1101010 101010 1001101 0 111100 11011 111010 101000111 101011 11101

Color Harmonies of #6A2A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2A4D

Black with #6A2A4D

Text Example


Text Example

White with #6A2A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2A4D; }

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

 H1.HeaderClassName
 {
   color: #6A2A4D;
 }
 .AnyTagClassName
 {
   color: #6A2A4D;
 }
</style>

background-color css

<style>
 a { background-color: #6A2A4D; }

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

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

border-color css

<style>
 span { border-color: #6A2A4D; }

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

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