Html Css Color HEX #74176C Palatinate Purple

📋 copy color: '#74176C'

red 116 ◦ green 23 ◦ blue 108

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

Shades of Palatinate Purple #74176C

Tints of Palatinate Purple #74176C

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

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

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 46.96%
G = 9.31%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74176C (or 0x74176C) is known color: Palatinate Purple. HEX triplet: 74, 17 and 6C. RGB value is (116,23,108). Sum of RGB (Red+Green+Blue) = 116+23+108=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176C is #8BE893. Grayscale: #3C3C3C. Windows color (decimal): -9169044 or 7083892. OLE color: 7083892.

HSL color Cylindrical-coordinate representation of color #74176C: hue angle of 305.16º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74176C is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 108 -
CMYK 0 0.80 0.07 0.55
HSL 305.16º 0.67% 0.27% -
HSV(B) 305.16º 0.8% 0.45% -
XYZ 10.22 5.41 14.69 -
YUV 60.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 116 23 108 0 0.80 0.07 0.55 305.16 0.67 0.27
Hex 74 17 6C 0 50 7 37 131 43 1B
Octal 164 27 154 0 120 7 67 461 103 33
Binary 1110100 10111 1101100 0 1010000 111 110111 100110001 1000011 11011

Color Harmonies of #74176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74176C

Black with #74176C

Text Example


Text Example

White with #74176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74176C; }

 p { color: rgb(116,23,108); }

 H1.HeaderClassName
 {
   color: #74176C;
 }
 .AnyTagClassName
 {
   color: #74176C;
 }
</style>

background-color css

<style>
 a { background-color: #74176C; }

 a { background-color: rgb(116,23,108); }

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

border-color css

<style>
 span { border-color: #74176C; }

 span { border-color: rgb(116,23,108); }

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