Html Css Color HEX #74175F Palatinate Purple

📋 copy color: '#74175F'

red 116 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #74175F

Tints of Palatinate Purple #74175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 49.57%
G = 9.83%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74175F (or 0x74175F) is known color: Palatinate Purple. HEX triplet: 74, 17 and 5F. RGB value is (116,23,95). Sum of RGB (Red+Green+Blue) = 116+23+95=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175F is #8BE8A0. Grayscale: #3A3A3A. Windows color (decimal): -9169057 or 6231924. OLE color: 6231924.

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

Color convert

RGB 116 23 95 -
CMYK 0 0.80 0.18 0.55
HSL 313.55º 0.67% 0.27% -
HSV(B) 313.55º 0.8% 0.45% -
XYZ 9.57 5.15 11.32 -
YUV 59.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 116 23 95 0 0.80 0.18 0.55 313.55 0.67 0.27
Hex 74 17 5F 0 50 12 37 13A 43 1B
Octal 164 27 137 0 120 22 67 472 103 33
Binary 1110100 10111 1011111 0 1010000 10010 110111 100111010 1000011 11011

Color Harmonies of #74175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74175F

Black with #74175F

Text Example


Text Example

White with #74175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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