Html Css Color HEX #74326A Palatinate Purple

📋 copy color: '#74326A'

red 116 ◦ green 50 ◦ blue 106

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

Shades of Palatinate Purple #74326A

Tints of Palatinate Purple #74326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 42.65%
G = 18.38%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74326A (or 0x74326A) is known color: Palatinate Purple. HEX triplet: 74, 32 and 6A. RGB value is (116,50,106). Sum of RGB (Red+Green+Blue) = 116+50+106=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74326A is #8BCD95. Grayscale: #4B4B4B. Windows color (decimal): -9162134 or 6959732. OLE color: 6959732.

HSL color Cylindrical-coordinate representation of color #74326A: hue angle of 309.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74326A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 106 -
CMYK 0 0.57 0.09 0.55
HSL 309.09º 0.4% 0.33% -
HSV(B) 309.09º 0.57% 0.45% -
XYZ 10.94 7.03 14.42 -
YUV 76.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 116 50 106 0 0.57 0.09 0.55 309.09 0.4 0.33
Hex 74 32 6A 0 39 9 37 135 28 21
Octal 164 62 152 0 71 11 67 465 50 41
Binary 1110100 110010 1101010 0 111001 1001 110111 100110101 101000 100001

Color Harmonies of #74326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74326A

Black with #74326A

Text Example


Text Example

White with #74326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74326A; }

 p { color: rgb(116,50,106); }

 H1.HeaderClassName
 {
   color: #74326A;
 }
 .AnyTagClassName
 {
   color: #74326A;
 }
</style>

background-color css

<style>
 a { background-color: #74326A; }

 a { background-color: rgb(116,50,106); }

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

border-color css

<style>
 span { border-color: #74326A; }

 span { border-color: rgb(116,50,106); }

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