Html Css Color HEX #74175C Palatinate Purple

📋 copy color: '#74175C'

red 116 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #74175C

Tints of Palatinate Purple #74175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 50.22%
G = 9.96%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74175C (or 0x74175C) is known color: Palatinate Purple. HEX triplet: 74, 17 and 5C. RGB value is (116,23,92). Sum of RGB (Red+Green+Blue) = 116+23+92=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175C is #8BE8A3. Grayscale: #3A3A3A. Windows color (decimal): -9169060 or 6035316. OLE color: 6035316.

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

Color convert

RGB 116 23 92 -
CMYK 0 0.80 0.21 0.55
HSL 315.48º 0.67% 0.27% -
HSV(B) 315.48º 0.8% 0.45% -
XYZ 9.44 5.1 10.61 -
YUV 58.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 116 23 92 0 0.80 0.21 0.55 315.48 0.67 0.27
Hex 74 17 5C 0 50 15 37 13B 43 1B
Octal 164 27 134 0 120 25 67 473 103 33
Binary 1110100 10111 1011100 0 1010000 10101 110111 100111011 1000011 11011

Color Harmonies of #74175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74175C

Black with #74175C

Text Example


Text Example

White with #74175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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