Html Css Color HEX #74175B Palatinate Purple

📋 copy color: '#74175B'

red 116 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #74175B

Tints of Palatinate Purple #74175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 50.43%
G = 10%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74175B (or 0x74175B) is known color: Palatinate Purple. HEX triplet: 74, 17 and 5B. RGB value is (116,23,91). Sum of RGB (Red+Green+Blue) = 116+23+91=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74175B is #8BE8A4. Grayscale: #3A3A3A. Windows color (decimal): -9169061 or 5969780. OLE color: 5969780.

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

Color convert

RGB 116 23 91 -
CMYK 0 0.80 0.22 0.55
HSL 316.13º 0.67% 0.27% -
HSV(B) 316.13º 0.8% 0.45% -
XYZ 9.4 5.08 10.38 -
YUV 58.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 116 23 91 0 0.80 0.22 0.55 316.13 0.67 0.27
Hex 74 17 5B 0 50 16 37 13C 43 1B
Octal 164 27 133 0 120 26 67 474 103 33
Binary 1110100 10111 1011011 0 1010000 10110 110111 100111100 1000011 11011

Color Harmonies of #74175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74175B

Black with #74175B

Text Example


Text Example

White with #74175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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