Html Css Color HEX #74326C Palatinate Purple

📋 copy color: '#74326C'

red 116 ◦ green 50 ◦ blue 108

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

Shades of Palatinate Purple #74326C

Tints of Palatinate Purple #74326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 42.34%
G = 18.25%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74326C (or 0x74326C) is known color: Palatinate Purple. HEX triplet: 74, 32 and 6C. RGB value is (116,50,108). Sum of RGB (Red+Green+Blue) = 116+50+108=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74326C is #8BCD93. Grayscale: #4C4C4C. Windows color (decimal): -9162132 or 7090804. OLE color: 7090804.

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

Color convert

RGB 116 50 108 -
CMYK 0 0.57 0.07 0.55
HSL 307.27º 0.4% 0.33% -
HSV(B) 307.27º 0.57% 0.45% -
XYZ 11.05 7.08 14.97 -
YUV 76.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 116 50 108 0 0.57 0.07 0.55 307.27 0.4 0.33
Hex 74 32 6C 0 39 7 37 133 28 21
Octal 164 62 154 0 71 7 67 463 50 41
Binary 1110100 110010 1101100 0 111001 111 110111 100110011 101000 100001

Color Harmonies of #74326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74326C

Black with #74326C

Text Example


Text Example

White with #74326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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