#60214E

Color #60214E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #60214E

Tints of Pompadour #60214E

Color information

#60214E (or 0x60214E) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 4E. RGB value is (96,33,78). Sum of RGB (Red+Green+Blue) = 96+33+78=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60214E is #9FDEB1. Grayscale: #383838. Windows color (decimal): -10477234 or 5120352. OLE color: 5120352.

HSL color Cylindrical-coordinate representation of color #60214E: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60214E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB963378-
CMYK00.660.190.62
HSL317.14º48.84%25.29%-
HSV(B)317.14º65.62%37.65%-
XYZ6.744.127.65-
YUV56.97139.87155.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=46.38%
G=15.94%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96337800.660.190.62317.1448.8425.29
Hex60214E042133E13d3119
Octal14041116010223764756131
Binary11000001000011001110010000101001111111010011110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60214E; }

 p { color: rgb(96,33,78); }

 H1.HeaderClassName
 {
   color: #60214E;
 }
 .AnyTagClassName
 {
   color: #60214E;
 }
</style>
background-color css

<style>
 a { background-color: #60214E; }

 a { background-color: rgb(96,33,78); }

 div.DivClassName
 {
   background-color: #60214E;
 }
 .BgClassName
 {
   background-color: #60214E;
 }
</style>
border-color css

<style>
 span { border-color: #60214E; }

 span { border-color: rgb(96,33,78); }

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