Html Css Color HEX #74326B Palatinate Purple

📋 copy color: '#74326B'

red 116 ◦ green 50 ◦ blue 107

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

Shades of Palatinate Purple #74326B

Tints of Palatinate Purple #74326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 42.49%
G = 18.32%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74326B (or 0x74326B) is known color: Palatinate Purple. HEX triplet: 74, 32 and 6B. RGB value is (116,50,107). Sum of RGB (Red+Green+Blue) = 116+50+107=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74326B is #8BCD94. Grayscale: #4C4C4C. Windows color (decimal): -9162133 or 7025268. OLE color: 7025268.

HSL color Cylindrical-coordinate representation of color #74326B: hue angle of 308.18º 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 #74326B is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 107 -
CMYK 0 0.57 0.08 0.55
HSL 308.18º 0.4% 0.33% -
HSV(B) 308.18º 0.57% 0.45% -
XYZ 11 7.06 14.69 -
YUV 76.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 116 50 107 0 0.57 0.08 0.55 308.18 0.4 0.33
Hex 74 32 6B 0 39 8 37 134 28 21
Octal 164 62 153 0 71 10 67 464 50 41
Binary 1110100 110010 1101011 0 111001 1000 110111 100110100 101000 100001

Color Harmonies of #74326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74326B

Black with #74326B

Text Example


Text Example

White with #74326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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