Html Css Color HEX #6E144F Pompadour

📋 copy color: '#6E144F'

red 110 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #6E144F

Tints of Pompadour #6E144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 52.63%
G = 9.57%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E144F (or 0x6E144F) is known color: Pompadour. HEX triplet: 6E, 14 and 4F. RGB value is (110,20,79). Sum of RGB (Red+Green+Blue) = 110+20+79=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E144F is #91EBB0. Grayscale: #353535. Windows color (decimal): -9563057 or 5182574. OLE color: 5182574.

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

Color convert

RGB 110 20 79 -
CMYK 0 0.82 0.28 0.57
HSL 320.67º 0.69% 0.25% -
HSV(B) 320.67º 0.82% 0.43% -
XYZ 8.09 4.38 7.82 -
YUV 53.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 110 20 79 0 0.82 0.28 0.57 320.67 0.69 0.25
Hex 6E 14 4F 0 52 1C 39 141 45 19
Octal 156 24 117 0 122 34 71 501 105 31
Binary 1101110 10100 1001111 0 1010010 11100 111001 101000001 1000101 11001

Color Harmonies of #6E144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E144F

Black with #6E144F

Text Example


Text Example

White with #6E144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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