Html Css Color HEX #6F1148 Pompadour

📋 copy color: '#6F1148'

red 111 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #6F1148

Tints of Pompadour #6F1148

RGB

 RED value IS 111 (43.75% from 255) = 55.5%

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 55.5%
G = 8.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F1148 (or 0x6F1148) is known color: Pompadour. HEX triplet: 6F, 11 and 48. RGB value is (111,17,72). Sum of RGB (Red+Green+Blue) = 111+17+72=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1148 is #90EEB7. Grayscale: #333333. Windows color (decimal): -9498296 or 4723055. OLE color: 4723055.

HSL color Cylindrical-coordinate representation of color #6F1148: hue angle of 324.89º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1148 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 72 -
CMYK 0 0.85 0.35 0.56
HSL 324.89º 0.73% 0.25% -
HSV(B) 324.89º 0.85% 0.44% -
XYZ 7.93 4.25 6.53 -
YUV 51.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 111 17 72 0 0.85 0.35 0.56 324.89 0.73 0.25
Hex 6F 11 48 0 55 23 38 145 49 19
Octal 157 21 110 0 125 43 70 505 111 31
Binary 1101111 10001 1001000 0 1010101 100011 111000 101000101 1001001 11001

Color Harmonies of #6F1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1148

Black with #6F1148

Text Example


Text Example

White with #6F1148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,72); }

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

background-color css

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

 a { background-color: rgb(111,17,72); }

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

border-color css

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

 span { border-color: rgb(111,17,72); }

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