Html Css Color HEX #74205D Palatinate Purple

📋 copy color: '#74205D'

red 116 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #74205D

Tints of Palatinate Purple #74205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 48.13%
G = 13.28%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74205D (or 0x74205D) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5D. RGB value is (116,32,93). Sum of RGB (Red+Green+Blue) = 116+32+93=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205D is #8BDFA2. Grayscale: #3F3F3F. Windows color (decimal): -9166755 or 6103156. OLE color: 6103156.

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

Color convert

RGB 116 32 93 -
CMYK 0 0.72 0.20 0.55
HSL 316.43º 0.57% 0.29% -
HSV(B) 316.43º 0.72% 0.45% -
XYZ 9.69 5.54 10.91 -
YUV 64.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 116 32 93 0 0.72 0.20 0.55 316.43 0.57 0.29
Hex 74 20 5D 0 48 14 37 13C 39 1D
Octal 164 40 135 0 110 24 67 474 71 35
Binary 1110100 100000 1011101 0 1001000 10100 110111 100111100 111001 11101

Color Harmonies of #74205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74205D

Black with #74205D

Text Example


Text Example

White with #74205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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