Html Css Color HEX #6E1D4F Pompadour

📋 copy color: '#6E1D4F'

red 110 ◦ green 29 ◦ blue 79

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

Shades of Pompadour #6E1D4F

Tints of Pompadour #6E1D4F

RGB

 RED value IS 110 (43.36% from 255) = 50.46%

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 50.46%
G = 13.3%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E1D4F (or 0x6E1D4F) is known color: Pompadour. HEX triplet: 6E, 1D and 4F. RGB value is (110,29,79). Sum of RGB (Red+Green+Blue) = 110+29+79=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1D4F is #91E2B0. Grayscale: #3A3A3A. Windows color (decimal): -9560753 or 5184878. OLE color: 5184878.

HSL color Cylindrical-coordinate representation of color #6E1D4F: hue angle of 322.96º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E1D4F is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 29 79 -
CMYK 0 0.74 0.28 0.57
HSL 322.96º 0.58% 0.27% -
HSV(B) 322.96º 0.74% 0.43% -
XYZ 8.28 4.76 7.88 -
YUV 58.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 110 29 79 0 0.74 0.28 0.57 322.96 0.58 0.27
Hex 6E 1D 4F 0 4A 1C 39 143 3A 1B
Octal 156 35 117 0 112 34 71 503 72 33
Binary 1101110 11101 1001111 0 1001010 11100 111001 101000011 111010 11011

Color Harmonies of #6E1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1D4F

Black with #6E1D4F

Text Example


Text Example

White with #6E1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,29,79); }

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

background-color css

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

 a { background-color: rgb(110,29,79); }

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

border-color css

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

 span { border-color: rgb(110,29,79); }

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