Html Css Color HEX #6F0F4C Pompadour

📋 copy color: '#6F0F4C'

red 111 ◦ green 15 ◦ blue 76

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

Shades of Pompadour #6F0F4C

Tints of Pompadour #6F0F4C

RGB

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

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

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

R = 54.95%
G = 7.43%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F0F4C (or 0x6F0F4C) is known color: Pompadour. HEX triplet: 6F, 0F and 4C. RGB value is (111,15,76). Sum of RGB (Red+Green+Blue) = 111+15+76=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F4C is #90F0B3. Grayscale: #323232. Windows color (decimal): -9498804 or 4984687. OLE color: 4984687.

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

Color convert

RGB 111 15 76 -
CMYK 0 0.86 0.32 0.56
HSL 321.88º 0.76% 0.25% -
HSV(B) 321.88º 0.86% 0.44% -
XYZ 8.03 4.24 7.23 -
YUV 50.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 111 15 76 0 0.86 0.32 0.56 321.88 0.76 0.25
Hex 6F F 4C 0 56 20 38 142 4C 19
Octal 157 17 114 0 126 40 70 502 114 31
Binary 1101111 1111 1001100 0 1010110 100000 111000 101000010 1001100 11001

Color Harmonies of #6F0F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F4C

Black with #6F0F4C

Text Example


Text Example

White with #6F0F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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