Html Css Color HEX #60174E Pompadour

📋 copy color: '#60174E'

red 96 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #60174E

Tints of Pompadour #60174E

RGB

 RED value IS 96 (37.89% from 255) = 48.73%

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 78 (30.86% from 255) = 39.59%

R = 48.73%
G = 11.68%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60174E (or 0x60174E) is known color: Pompadour. HEX triplet: 60, 17 and 4E. RGB value is (96,23,78). Sum of RGB (Red+Green+Blue) = 96+23+78=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60174E is #9FE8B1. Grayscale: #323232. Windows color (decimal): -10479794 or 5117792. OLE color: 5117792.

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

Color convert

RGB 96 23 78 -
CMYK 0 0.76 0.19 0.62
HSL 314.79º 0.61% 0.23% -
HSV(B) 314.79º 0.76% 0.38% -
XYZ 6.51 3.65 7.57 -
YUV 51.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 96 23 78 0 0.76 0.19 0.62 314.79 0.61 0.23
Hex 60 17 4E 0 4C 13 3E 13B 3D 17
Octal 140 27 116 0 114 23 76 473 75 27
Binary 1100000 10111 1001110 0 1001100 10011 111110 100111011 111101 10111

Color Harmonies of #60174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60174E

Black with #60174E

Text Example


Text Example

White with #60174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60174E;
 }
 .AnyTagClassName
 {
   color: #60174E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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