Html Css Color HEX #74186A Palatinate Purple

📋 copy color: '#74186A'

red 116 ◦ green 24 ◦ blue 106

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

Shades of Palatinate Purple #74186A

Tints of Palatinate Purple #74186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 47.15%
G = 9.76%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74186A (or 0x74186A) is known color: Palatinate Purple. HEX triplet: 74, 18 and 6A. RGB value is (116,24,106). Sum of RGB (Red+Green+Blue) = 116+24+106=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74186A is #8BE795. Grayscale: #3C3C3C. Windows color (decimal): -9168790 or 6953076. OLE color: 6953076.

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

Color convert

RGB 116 24 106 -
CMYK 0 0.79 0.09 0.55
HSL 306.52º 0.66% 0.27% -
HSV(B) 306.52º 0.79% 0.45% -
XYZ 10.13 5.41 14.15 -
YUV 60.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 116 24 106 0 0.79 0.09 0.55 306.52 0.66 0.27
Hex 74 18 6A 0 4F 9 37 133 42 1B
Octal 164 30 152 0 117 11 67 463 102 33
Binary 1110100 11000 1101010 0 1001111 1001 110111 100110011 1000010 11011

Color Harmonies of #74186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74186A

Black with #74186A

Text Example


Text Example

White with #74186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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