Html Css Color HEX #74155E Palatinate Purple

📋 copy color: '#74155E'

red 116 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #74155E

Tints of Palatinate Purple #74155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 50.22%
G = 9.09%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74155E (or 0x74155E) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5E. RGB value is (116,21,94). Sum of RGB (Red+Green+Blue) = 116+21+94=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155E is #8BEAA1. Grayscale: #393939. Windows color (decimal): -9169570 or 6165876. OLE color: 6165876.

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

Color convert

RGB 116 21 94 -
CMYK 0 0.82 0.19 0.55
HSL 313.89º 0.69% 0.27% -
HSV(B) 313.89º 0.82% 0.45% -
XYZ 9.49 5.06 11.07 -
YUV 57.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 116 21 94 0 0.82 0.19 0.55 313.89 0.69 0.27
Hex 74 15 5E 0 52 13 37 13A 45 1B
Octal 164 25 136 0 122 23 67 472 105 33
Binary 1110100 10101 1011110 0 1010010 10011 110111 100111010 1000101 11011

Color Harmonies of #74155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155E

Black with #74155E

Text Example


Text Example

White with #74155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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