Html Css Color HEX #74075F Palatinate Purple

📋 copy color: '#74075F'

red 116 ◦ green 7 ◦ blue 95

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

Shades of Palatinate Purple #74075F

Tints of Palatinate Purple #74075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 53.21%
G = 3.21%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74075F (or 0x74075F) is known color: Palatinate Purple. HEX triplet: 74, 07 and 5F. RGB value is (116,7,95). Sum of RGB (Red+Green+Blue) = 116+7+95=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74075F is #8BF8A0. Grayscale: #313131. Windows color (decimal): -9173153 or 6227828. OLE color: 6227828.

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

Color convert

RGB 116 7 95 -
CMYK 0 0.94 0.18 0.55
HSL 311.56º 0.89% 0.24% -
HSV(B) 311.56º 0.94% 0.45% -
XYZ 9.34 4.69 11.24 -
YUV 49.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 116 7 95 0 0.94 0.18 0.55 311.56 0.89 0.24
Hex 74 7 5F 0 5E 12 37 138 59 18
Octal 164 7 137 0 136 22 67 470 131 30
Binary 1110100 111 1011111 0 1011110 10010 110111 100111000 1011001 11000

Color Harmonies of #74075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74075F

Black with #74075F

Text Example


Text Example

White with #74075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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