Html Css Color HEX #74346A Palatinate Purple

📋 copy color: '#74346A'

red 116 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #74346A

Tints of Palatinate Purple #74346A

RGB

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

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

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

R = 42.34%
G = 18.98%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74346A (or 0x74346A) is known color: Palatinate Purple. HEX triplet: 74, 34 and 6A. RGB value is (116,52,106). Sum of RGB (Red+Green+Blue) = 116+52+106=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74346A is #8BCB95. Grayscale: #4D4D4D. Windows color (decimal): -9161622 or 6960244. OLE color: 6960244.

HSL color Cylindrical-coordinate representation of color #74346A: hue angle of 309.38º 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 #74346A is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 106 -
CMYK 0 0.55 0.09 0.55
HSL 309.38º 0.38% 0.33% -
HSV(B) 309.38º 0.55% 0.45% -
XYZ 11.03 7.21 14.45 -
YUV 77.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 116 52 106 0 0.55 0.09 0.55 309.38 0.38 0.33
Hex 74 34 6A 0 37 9 37 135 26 21
Octal 164 64 152 0 67 11 67 465 46 41
Binary 1110100 110100 1101010 0 110111 1001 110111 100110101 100110 100001

Color Harmonies of #74346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74346A

Black with #74346A

Text Example


Text Example

White with #74346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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