Html Css Color HEX #6E0F4C Pompadour

📋 copy color: '#6E0F4C'

red 110 ◦ green 15 ◦ blue 76

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

Shades of Pompadour #6E0F4C

Tints of Pompadour #6E0F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 54.73%
G = 7.46%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E0F4C (or 0x6E0F4C) is known color: Pompadour. HEX triplet: 6E, 0F and 4C. RGB value is (110,15,76). Sum of RGB (Red+Green+Blue) = 110+15+76=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F4C is #91F0B3. Grayscale: #323232. Windows color (decimal): -9564340 or 4984686. OLE color: 4984686.

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

Color convert

RGB 110 15 76 -
CMYK 0 0.86 0.31 0.57
HSL 321.47º 0.76% 0.25% -
HSV(B) 321.47º 0.86% 0.43% -
XYZ 7.91 4.18 7.23 -
YUV 50.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 110 15 76 0 0.86 0.31 0.57 321.47 0.76 0.25
Hex 6E F 4C 0 56 1F 39 141 4C 19
Octal 156 17 114 0 126 37 71 501 114 31
Binary 1101110 1111 1001100 0 1010110 11111 111001 101000001 1001100 11001

Color Harmonies of #6E0F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F4C

Black with #6E0F4C

Text Example


Text Example

White with #6E0F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,76); }

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

background-color css

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

 a { background-color: rgb(110,15,76); }

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

border-color css

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

 span { border-color: rgb(110,15,76); }

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