Html Css Color HEX #74075D Palatinate Purple

📋 copy color: '#74075D'

red 116 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #74075D

Tints of Palatinate Purple #74075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 53.7%
G = 3.24%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74075D (or 0x74075D) is known color: Palatinate Purple. HEX triplet: 74, 07 and 5D. RGB value is (116,7,93). Sum of RGB (Red+Green+Blue) = 116+7+93=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74075D is #8BF8A2. Grayscale: #313131. Windows color (decimal): -9173155 or 6096756. OLE color: 6096756.

HSL color Cylindrical-coordinate representation of color #74075D: hue angle of 312.66º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74075D is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 93 -
CMYK 0 0.94 0.20 0.55
HSL 312.66º 0.89% 0.24% -
HSV(B) 312.66º 0.94% 0.45% -
XYZ 9.25 4.66 10.77 -
YUV 49.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 116 7 93 0 0.94 0.20 0.55 312.66 0.89 0.24
Hex 74 7 5D 0 5E 14 37 139 59 18
Octal 164 7 135 0 136 24 67 471 131 30
Binary 1110100 111 1011101 0 1011110 10100 110111 100111001 1011001 11000

Color Harmonies of #74075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74075D

Black with #74075D

Text Example


Text Example

White with #74075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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