Html Css Color HEX #74155D Palatinate Purple

📋 copy color: '#74155D'

red 116 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #74155D

Tints of Palatinate Purple #74155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 50.43%
G = 9.13%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74155D (or 0x74155D) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5D. RGB value is (116,21,93). Sum of RGB (Red+Green+Blue) = 116+21+93=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155D is #8BEAA2. Grayscale: #393939. Windows color (decimal): -9169571 or 6100340. OLE color: 6100340.

HSL color Cylindrical-coordinate representation of color #74155D: hue angle of 314.53º 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 #74155D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 93 -
CMYK 0 0.82 0.20 0.55
HSL 314.53º 0.69% 0.27% -
HSV(B) 314.53º 0.82% 0.45% -
XYZ 9.45 5.04 10.83 -
YUV 57.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 116 21 93 0 0.82 0.20 0.55 314.53 0.69 0.27
Hex 74 15 5D 0 52 14 37 13B 45 1B
Octal 164 25 135 0 122 24 67 473 105 33
Binary 1110100 10101 1011101 0 1010010 10100 110111 100111011 1000101 11011

Color Harmonies of #74155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155D

Black with #74155D

Text Example


Text Example

White with #74155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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