Html Css Color HEX #74085D Palatinate Purple

📋 copy color: '#74085D'

red 116 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #74085D

Tints of Palatinate Purple #74085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 53.46%
G = 3.69%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74085D (or 0x74085D) is known color: Palatinate Purple. HEX triplet: 74, 08 and 5D. RGB value is (116,8,93). Sum of RGB (Red+Green+Blue) = 116+8+93=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74085D is #8BF7A2. Grayscale: #313131. Windows color (decimal): -9172899 or 6097012. OLE color: 6097012.

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

Color convert

RGB 116 8 93 -
CMYK 0 0.93 0.20 0.55
HSL 312.78º 0.87% 0.24% -
HSV(B) 312.78º 0.93% 0.45% -
XYZ 9.27 4.68 10.77 -
YUV 49.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 116 8 93 0 0.93 0.20 0.55 312.78 0.87 0.24
Hex 74 8 5D 0 5D 14 37 139 57 18
Octal 164 10 135 0 135 24 67 471 127 30
Binary 1110100 1000 1011101 0 1011101 10100 110111 100111001 1010111 11000

Color Harmonies of #74085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74085D

Black with #74085D

Text Example


Text Example

White with #74085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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