Html Css Color HEX #6F1D53 Pompadour

📋 copy color: '#6F1D53'

red 111 ◦ green 29 ◦ blue 83

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

Shades of Pompadour #6F1D53

Tints of Pompadour #6F1D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

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

R = 49.78%
G = 13%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F1D53 (or 0x6F1D53) is known color: Pompadour. HEX triplet: 6F, 1D and 53. RGB value is (111,29,83). Sum of RGB (Red+Green+Blue) = 111+29+83=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D53 is #90E2AC. Grayscale: #3B3B3B. Windows color (decimal): -9495213 or 5447023. OLE color: 5447023.

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

Color convert

RGB 111 29 83 -
CMYK 0 0.74 0.25 0.56
HSL 320.49º 0.59% 0.27% -
HSV(B) 320.49º 0.74% 0.44% -
XYZ 8.56 4.88 8.68 -
YUV 59.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 111 29 83 0 0.74 0.25 0.56 320.49 0.59 0.27
Hex 6F 1D 53 0 4A 19 38 140 3B 1B
Octal 157 35 123 0 112 31 70 500 73 33
Binary 1101111 11101 1010011 0 1001010 11001 111000 101000000 111011 11011

Color Harmonies of #6F1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D53

Black with #6F1D53

Text Example


Text Example

White with #6F1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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