Html Css Color HEX #74196A Palatinate Purple

📋 copy color: '#74196A'

red 116 ◦ green 25 ◦ blue 106

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

Shades of Palatinate Purple #74196A

Tints of Palatinate Purple #74196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 46.96%
G = 10.12%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74196A (or 0x74196A) is known color: Palatinate Purple. HEX triplet: 74, 19 and 6A. RGB value is (116,25,106). Sum of RGB (Red+Green+Blue) = 116+25+106=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74196A is #8BE695. Grayscale: #3D3D3D. Windows color (decimal): -9168534 or 6953332. OLE color: 6953332.

HSL color Cylindrical-coordinate representation of color #74196A: hue angle of 306.59º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74196A is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 106 -
CMYK 0 0.78 0.09 0.55
HSL 306.59º 0.65% 0.28% -
HSV(B) 306.59º 0.78% 0.45% -
XYZ 10.15 5.45 14.15 -
YUV 61.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 116 25 106 0 0.78 0.09 0.55 306.59 0.65 0.28
Hex 74 19 6A 0 4E 9 37 133 41 1C
Octal 164 31 152 0 116 11 67 463 101 34
Binary 1110100 11001 1101010 0 1001110 1001 110111 100110011 1000001 11100

Color Harmonies of #74196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74196A

Black with #74196A

Text Example


Text Example

White with #74196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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