Html Css Color HEX #6F1A4C Pompadour

📋 copy color: '#6F1A4C'

red 111 ◦ green 26 ◦ blue 76

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

Shades of Pompadour #6F1A4C

Tints of Pompadour #6F1A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 52.11%
G = 12.21%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F1A4C (or 0x6F1A4C) is known color: Pompadour. HEX triplet: 6F, 1A and 4C. RGB value is (111,26,76). Sum of RGB (Red+Green+Blue) = 111+26+76=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A4C is #90E5B3. Grayscale: #393939. Windows color (decimal): -9495988 or 4987503. OLE color: 4987503.

HSL color Cylindrical-coordinate representation of color #6F1A4C: hue angle of 324.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A4C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 76 -
CMYK 0 0.77 0.32 0.56
HSL 324.71º 0.62% 0.27% -
HSV(B) 324.71º 0.77% 0.44% -
XYZ 8.23 4.64 7.3 -
YUV 57.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 111 26 76 0 0.77 0.32 0.56 324.71 0.62 0.27
Hex 6F 1A 4C 0 4D 20 38 145 3E 1B
Octal 157 32 114 0 115 40 70 505 76 33
Binary 1101111 11010 1001100 0 1001101 100000 111000 101000101 111110 11011

Color Harmonies of #6F1A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A4C

Black with #6F1A4C

Text Example


Text Example

White with #6F1A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,76); }

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

background-color css

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

 a { background-color: rgb(111,26,76); }

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

border-color css

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

 span { border-color: rgb(111,26,76); }

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