Html Css Color HEX #6E124F Pompadour

📋 copy color: '#6E124F'

red 110 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #6E124F

Tints of Pompadour #6E124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 53.14%
G = 8.7%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E124F (or 0x6E124F) is known color: Pompadour. HEX triplet: 6E, 12 and 4F. RGB value is (110,18,79). Sum of RGB (Red+Green+Blue) = 110+18+79=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E124F is #91EDB0. Grayscale: #343434. Windows color (decimal): -9563569 or 5182062. OLE color: 5182062.

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

Color convert

RGB 110 18 79 -
CMYK 0 0.84 0.28 0.57
HSL 320.22º 0.72% 0.25% -
HSV(B) 320.22º 0.84% 0.43% -
XYZ 8.06 4.31 7.8 -
YUV 52.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 110 18 79 0 0.84 0.28 0.57 320.22 0.72 0.25
Hex 6E 12 4F 0 54 1C 39 140 48 19
Octal 156 22 117 0 124 34 71 500 110 31
Binary 1101110 10010 1001111 0 1010100 11100 111001 101000000 1001000 11001

Color Harmonies of #6E124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E124F

Black with #6E124F

Text Example


Text Example

White with #6E124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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