Html Css Color HEX #74155F Palatinate Purple

📋 copy color: '#74155F'

red 116 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #74155F

Tints of Palatinate Purple #74155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 50%
G = 9.05%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74155F (or 0x74155F) is known color: Palatinate Purple. HEX triplet: 74, 15 and 5F. RGB value is (116,21,95). Sum of RGB (Red+Green+Blue) = 116+21+95=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74155F is #8BEAA0. Grayscale: #393939. Windows color (decimal): -9169569 or 6231412. OLE color: 6231412.

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

Color convert

RGB 116 21 95 -
CMYK 0 0.82 0.18 0.55
HSL 313.26º 0.69% 0.27% -
HSV(B) 313.26º 0.82% 0.45% -
XYZ 9.54 5.08 11.3 -
YUV 57.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 116 21 95 0 0.82 0.18 0.55 313.26 0.69 0.27
Hex 74 15 5F 0 52 12 37 139 45 1B
Octal 164 25 137 0 122 22 67 471 105 33
Binary 1110100 10101 1011111 0 1010010 10010 110111 100111001 1000101 11011

Color Harmonies of #74155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74155F

Black with #74155F

Text Example


Text Example

White with #74155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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