Html Css Color HEX #6F1F4C Pompadour

📋 copy color: '#6F1F4C'

red 111 ◦ green 31 ◦ blue 76

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

Shades of Pompadour #6F1F4C

Tints of Pompadour #6F1F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

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

R = 50.92%
G = 14.22%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F1F4C (or 0x6F1F4C) is known color: Pompadour. HEX triplet: 6F, 1F and 4C. RGB value is (111,31,76). Sum of RGB (Red+Green+Blue) = 111+31+76=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F4C is #90E0B3. Grayscale: #3B3B3B. Windows color (decimal): -9494708 or 4988783. OLE color: 4988783.

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

Color convert

RGB 111 31 76 -
CMYK 0 0.72 0.32 0.56
HSL 326.25º 0.56% 0.28% -
HSV(B) 326.25º 0.72% 0.44% -
XYZ 8.35 4.88 7.34 -
YUV 60.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 111 31 76 0 0.72 0.32 0.56 326.25 0.56 0.28
Hex 6F 1F 4C 0 48 20 38 146 38 1C
Octal 157 37 114 0 110 40 70 506 70 34
Binary 1101111 11111 1001100 0 1001000 100000 111000 101000110 111000 11100

Color Harmonies of #6F1F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F4C

Black with #6F1F4C

Text Example


Text Example

White with #6F1F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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