Html Css Color HEX #74345D Palatinate Purple

📋 copy color: '#74345D'

red 116 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #74345D

Tints of Palatinate Purple #74345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

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

R = 44.44%
G = 19.92%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74345D (or 0x74345D) is known color: Palatinate Purple. HEX triplet: 74, 34 and 5D. RGB value is (116,52,93). Sum of RGB (Red+Green+Blue) = 116+52+93=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74345D is #8BCBA2. Grayscale: #4B4B4B. Windows color (decimal): -9161635 or 6108276. OLE color: 6108276.

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

Color convert

RGB 116 52 93 -
CMYK 0 0.55 0.20 0.55
HSL 321.56º 0.38% 0.33% -
HSV(B) 321.56º 0.55% 0.45% -
XYZ 10.41 6.96 11.15 -
YUV 75.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 116 52 93 0 0.55 0.20 0.55 321.56 0.38 0.33
Hex 74 34 5D 0 37 14 37 142 26 21
Octal 164 64 135 0 67 24 67 502 46 41
Binary 1110100 110100 1011101 0 110111 10100 110111 101000010 100110 100001

Color Harmonies of #74345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74345D

Black with #74345D

Text Example


Text Example

White with #74345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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