Html Css Color HEX #74155A Palatinate Purple

📋 copy color: '#74155A'

red 116 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #74155A

Tints of Palatinate Purple #74155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 51.1%
G = 9.25%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74155A (or 0x74155A) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5A. RGB value is (116,21,90). Sum of RGB (Red+Green+Blue) = 116+21+90=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155A is #8BEAA5. Grayscale: #393939. Windows color (decimal): -9169574 or 5903732. OLE color: 5903732.

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

Color convert

RGB 116 21 90 -
CMYK 0 0.82 0.22 0.55
HSL 316.42º 0.69% 0.27% -
HSV(B) 316.42º 0.82% 0.45% -
XYZ 9.32 4.99 10.14 -
YUV 57.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 116 21 90 0 0.82 0.22 0.55 316.42 0.69 0.27
Hex 74 15 5A 0 52 16 37 13C 45 1B
Octal 164 25 132 0 122 26 67 474 105 33
Binary 1110100 10101 1011010 0 1010010 10110 110111 100111100 1000101 11011

Color Harmonies of #74155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155A

Black with #74155A

Text Example


Text Example

White with #74155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,21,90); }

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

background-color css

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

 a { background-color: rgb(116,21,90); }

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

border-color css

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

 span { border-color: rgb(116,21,90); }

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