Html Css Color HEX #74295F Palatinate Purple

📋 copy color: '#74295F'

red 116 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #74295F

Tints of Palatinate Purple #74295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

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

R = 46.03%
G = 16.27%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74295F (or 0x74295F) is known color: Palatinate Purple. HEX triplet: 74, 29 and 5F. RGB value is (116,41,95). Sum of RGB (Red+Green+Blue) = 116+41+95=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #74295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74295F is #8BD6A0. Grayscale: #454545. Windows color (decimal): -9164449 or 6236532. OLE color: 6236532.

HSL color Cylindrical-coordinate representation of color #74295F: hue angle of 316.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74295F is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 95 -
CMYK 0 0.65 0.18 0.55
HSL 316.8º 0.48% 0.31% -
HSV(B) 316.8º 0.65% 0.45% -
XYZ 10.06 6.13 11.48 -
YUV 69.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 116 41 95 0 0.65 0.18 0.55 316.8 0.48 0.31
Hex 74 29 5F 0 41 12 37 13D 30 1F
Octal 164 51 137 0 101 22 67 475 60 37
Binary 1110100 101001 1011111 0 1000001 10010 110111 100111101 110000 11111

Color Harmonies of #74295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74295F

Black with #74295F

Text Example


Text Example

White with #74295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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