Html Css Color HEX #6F0F53 Pompadour

📋 copy color: '#6F0F53'

red 111 ◦ green 15 ◦ blue 83

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

Shades of Pompadour #6F0F53

Tints of Pompadour #6F0F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 53.11%
G = 7.18%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F0F53 (or 0x6F0F53) is known color: Pompadour. HEX triplet: 6F, 0F and 53. RGB value is (111,15,83). Sum of RGB (Red+Green+Blue) = 111+15+83=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F53 is #90F0AC. Grayscale: #333333. Windows color (decimal): -9498797 or 5443439. OLE color: 5443439.

HSL color Cylindrical-coordinate representation of color #6F0F53: hue angle of 317.5º 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 #6F0F53 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 15 83 -
CMYK 0 0.86 0.25 0.56
HSL 317.5º 0.76% 0.25% -
HSV(B) 317.5º 0.86% 0.44% -
XYZ 8.29 4.35 8.59 -
YUV 51.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 111 15 83 0 0.86 0.25 0.56 317.5 0.76 0.25
Hex 6F F 53 0 56 19 38 13E 4C 19
Octal 157 17 123 0 126 31 70 476 114 31
Binary 1101111 1111 1010011 0 1010110 11001 111000 100111110 1001100 11001

Color Harmonies of #6F0F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F53

Black with #6F0F53

Text Example


Text Example

White with #6F0F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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