Html Css Color HEX #6F2152 Pompadour

📋 copy color: '#6F2152'

red 111 ◦ green 33 ◦ blue 82

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

Shades of Pompadour #6F2152

Tints of Pompadour #6F2152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 49.12%
G = 14.6%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F2152 (or 0x6F2152) is known color: Pompadour. HEX triplet: 6F, 21 and 52. RGB value is (111,33,82). Sum of RGB (Red+Green+Blue) = 111+33+82=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2152 is #90DEAD. Grayscale: #3D3D3D. Windows color (decimal): -9494190 or 5382511. OLE color: 5382511.

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

Color convert

RGB 111 33 82 -
CMYK 0 0.70 0.26 0.56
HSL 322.31º 0.54% 0.28% -
HSV(B) 322.31º 0.7% 0.44% -
XYZ 8.62 5.08 8.51 -
YUV 61.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 111 33 82 0 0.70 0.26 0.56 322.31 0.54 0.28
Hex 6F 21 52 0 46 1A 38 142 36 1C
Octal 157 41 122 0 106 32 70 502 66 34
Binary 1101111 100001 1010010 0 1000110 11010 111000 101000010 110110 11100

Color Harmonies of #6F2152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2152

Black with #6F2152

Text Example


Text Example

White with #6F2152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,82); }

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

background-color css

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

 a { background-color: rgb(111,33,82); }

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

border-color css

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

 span { border-color: rgb(111,33,82); }

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