Html Css Color HEX #68174E Pompadour

📋 copy color: '#68174E'

red 104 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #68174E

Tints of Pompadour #68174E

RGB

 RED value IS 104 (41.02% from 255) = 50.73%

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

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

R = 50.73%
G = 11.22%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68174E (or 0x68174E) is known color: Pompadour. HEX triplet: 68, 17 and 4E. RGB value is (104,23,78). Sum of RGB (Red+Green+Blue) = 104+23+78=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68174E is #97E8B1. Grayscale: #353535. Windows color (decimal): -9955506 or 5117800. OLE color: 5117800.

HSL color Cylindrical-coordinate representation of color #68174E: hue angle of 319.26º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68174E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 78 -
CMYK 0 0.78 0.25 0.59
HSL 319.26º 0.64% 0.25% -
HSV(B) 319.26º 0.78% 0.41% -
XYZ 7.39 4.11 7.61 -
YUV 53.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 104 23 78 0 0.78 0.25 0.59 319.26 0.64 0.25
Hex 68 17 4E 0 4E 19 3B 13F 40 19
Octal 150 27 116 0 116 31 73 477 100 31
Binary 1101000 10111 1001110 0 1001110 11001 111011 100111111 1000000 11001

Color Harmonies of #68174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68174E

Black with #68174E

Text Example


Text Example

White with #68174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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