Html Css Color HEX #74185D Palatinate Purple

📋 copy color: '#74185D'

red 116 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #74185D

Tints of Palatinate Purple #74185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 49.79%
G = 10.3%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74185D (or 0x74185D) is known color: Palatinate Purple. HEX triplet: 74, 18 and 5D. RGB value is (116,24,93). Sum of RGB (Red+Green+Blue) = 116+24+93=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74185D is #8BE7A2. Grayscale: #3B3B3B. Windows color (decimal): -9168803 or 6101108. OLE color: 6101108.

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

Color convert

RGB 116 24 93 -
CMYK 0 0.79 0.20 0.55
HSL 315º 0.66% 0.27% -
HSV(B) 315º 0.79% 0.45% -
XYZ 9.5 5.16 10.85 -
YUV 59.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 116 24 93 0 0.79 0.20 0.55 315 0.66 0.27
Hex 74 18 5D 0 4F 14 37 13B 42 1B
Octal 164 30 135 0 117 24 67 473 102 33
Binary 1110100 11000 1011101 0 1001111 10100 110111 100111011 1000010 11011

Color Harmonies of #74185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74185D

Black with #74185D

Text Example


Text Example

White with #74185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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