Html Css Color HEX #74155B Palatinate Purple

📋 copy color: '#74155B'

red 116 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #74155B

Tints of Palatinate Purple #74155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 50.88%
G = 9.21%
B = 39.91%

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

#74155B (or 0x74155B) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5B. RGB value is (116,21,91). Sum of RGB (Red+Green+Blue) = 116+21+91=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155B is #8BEAA4. Grayscale: #393939. Windows color (decimal): -9169573 or 5969268. OLE color: 5969268.

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

Color convert

RGB 116 21 91 -
CMYK 0 0.82 0.22 0.55
HSL 315.79º 0.69% 0.27% -
HSV(B) 315.79º 0.82% 0.45% -
XYZ 9.36 5 10.37 -
YUV 57.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 116 21 91 0 0.82 0.22 0.55 315.79 0.69 0.27
Hex 74 15 5B 0 52 16 37 13C 45 1B
Octal 164 25 133 0 122 26 67 474 105 33
Binary 1110100 10101 1011011 0 1010010 10110 110111 100111100 1000101 11011

Color Harmonies of #74155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155B

Black with #74155B

Text Example


Text Example

White with #74155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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