Html Css Color HEX #74175D Palatinate Purple

📋 copy color: '#74175D'

red 116 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #74175D

Tints of Palatinate Purple #74175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 50%
G = 9.91%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74175D (or 0x74175D) is known color: Palatinate Purple. HEX triplet: 74, 17 and 5D. RGB value is (116,23,93). Sum of RGB (Red+Green+Blue) = 116+23+93=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175D is #8BE8A2. Grayscale: #3A3A3A. Windows color (decimal): -9169059 or 6100852. OLE color: 6100852.

HSL color Cylindrical-coordinate representation of color #74175D: hue angle of 314.84º 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 #74175D is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 93 -
CMYK 0 0.80 0.20 0.55
HSL 314.84º 0.67% 0.27% -
HSV(B) 314.84º 0.8% 0.45% -
XYZ 9.48 5.12 10.84 -
YUV 58.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 116 23 93 0 0.80 0.20 0.55 314.84 0.67 0.27
Hex 74 17 5D 0 50 14 37 13B 43 1B
Octal 164 27 135 0 120 24 67 473 103 33
Binary 1110100 10111 1011101 0 1010000 10100 110111 100111011 1000011 11011

Color Harmonies of #74175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74175D

Black with #74175D

Text Example


Text Example

White with #74175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74175D; }

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

 H1.HeaderClassName
 {
   color: #74175D;
 }
 .AnyTagClassName
 {
   color: #74175D;
 }
</style>

background-color css

<style>
 a { background-color: #74175D; }

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

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

border-color css

<style>
 span { border-color: #74175D; }

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

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