Html Css Color HEX #74316C Palatinate Purple

📋 copy color: '#74316C'

red 116 ◦ green 49 ◦ blue 108

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

Shades of Palatinate Purple #74316C

Tints of Palatinate Purple #74316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 42.49%
G = 17.95%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74316C (or 0x74316C) is known color: Palatinate Purple. HEX triplet: 74, 31 and 6C. RGB value is (116,49,108). Sum of RGB (Red+Green+Blue) = 116+49+108=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74316C is #8BCE93. Grayscale: #4B4B4B. Windows color (decimal): -9162388 or 7090548. OLE color: 7090548.

HSL color Cylindrical-coordinate representation of color #74316C: hue angle of 307.16º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74316C is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 108 -
CMYK 0 0.58 0.07 0.55
HSL 307.16º 0.41% 0.32% -
HSV(B) 307.16º 0.58% 0.45% -
XYZ 11.01 6.99 14.96 -
YUV 75.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 116 49 108 0 0.58 0.07 0.55 307.16 0.41 0.32
Hex 74 31 6C 0 3A 7 37 133 29 20
Octal 164 61 154 0 72 7 67 463 51 40
Binary 1110100 110001 1101100 0 111010 111 110111 100110011 101001 100000

Color Harmonies of #74316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74316C

Black with #74316C

Text Example


Text Example

White with #74316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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