Html Css Color HEX #74396B Palatinate Purple

📋 copy color: '#74396B'

red 116 ◦ green 57 ◦ blue 107

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

Shades of Palatinate Purple #74396B

Tints of Palatinate Purple #74396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 41.43%
G = 20.36%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74396B (or 0x74396B) is known color: Palatinate Purple. HEX triplet: 74, 39 and 6B. RGB value is (116,57,107). Sum of RGB (Red+Green+Blue) = 116+57+107=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74396B is #8BC694. Grayscale: #505050. Windows color (decimal): -9160341 or 7027060. OLE color: 7027060.

HSL color Cylindrical-coordinate representation of color #74396B: hue angle of 309.15º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74396B is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 107 -
CMYK 0 0.51 0.08 0.55
HSL 309.15º 0.34% 0.34% -
HSV(B) 309.15º 0.51% 0.45% -
XYZ 11.32 7.7 14.8 -
YUV 80.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 116 57 107 0 0.51 0.08 0.55 309.15 0.34 0.34
Hex 74 39 6B 0 33 8 37 135 22 22
Octal 164 71 153 0 63 10 67 465 42 42
Binary 1110100 111001 1101011 0 110011 1000 110111 100110101 100010 100010

Color Harmonies of #74396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74396B

Black with #74396B

Text Example


Text Example

White with #74396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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