Html Css Color HEX #6C1152 Pompadour

📋 copy color: '#6C1152'

red 108 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #6C1152

Tints of Pompadour #6C1152

RGB

 RED value IS 108 (42.58% from 255) = 52.17%

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 52.17%
G = 8.21%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6C1152 (or 0x6C1152) is known color: Pompadour. HEX triplet: 6C, 11 and 52. RGB value is (108,17,82). Sum of RGB (Red+Green+Blue) = 108+17+82=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1152 is #93EEAD. Grayscale: #333333. Windows color (decimal): -9694894 or 5378412. OLE color: 5378412.

HSL color Cylindrical-coordinate representation of color #6C1152: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1152 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 17 82 -
CMYK 0 0.84 0.24 0.58
HSL 317.14º 0.73% 0.25% -
HSV(B) 317.14º 0.84% 0.42% -
XYZ 7.91 4.2 8.38 -
YUV 51.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 108 17 82 0 0.84 0.24 0.58 317.14 0.73 0.25
Hex 6C 11 52 0 54 18 3A 13D 49 19
Octal 154 21 122 0 124 30 72 475 111 31
Binary 1101100 10001 1010010 0 1010100 11000 111010 100111101 1001001 11001

Color Harmonies of #6C1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1152

Black with #6C1152

Text Example


Text Example

White with #6C1152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,82); }

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

background-color css

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

 a { background-color: rgb(108,17,82); }

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

border-color css

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

 span { border-color: rgb(108,17,82); }

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