Html Css Color HEX #74075E Palatinate Purple

📋 copy color: '#74075E'

red 116 ◦ green 7 ◦ blue 94

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

Shades of Palatinate Purple #74075E

Tints of Palatinate Purple #74075E

RGB

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

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

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

R = 53.46%
G = 3.23%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74075E (or 0x74075E) is known color: Palatinate Purple. HEX triplet: 74, 07 and 5E. RGB value is (116,7,94). Sum of RGB (Red+Green+Blue) = 116+7+94=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74075E is #8BF8A1. Grayscale: #313131. Windows color (decimal): -9173154 or 6162292. OLE color: 6162292.

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

Color convert

RGB 116 7 94 -
CMYK 0 0.94 0.19 0.55
HSL 312.11º 0.89% 0.24% -
HSV(B) 312.11º 0.94% 0.45% -
XYZ 9.3 4.67 11 -
YUV 49.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 116 7 94 0 0.94 0.19 0.55 312.11 0.89 0.24
Hex 74 7 5E 0 5E 13 37 138 59 18
Octal 164 7 136 0 136 23 67 470 131 30
Binary 1110100 111 1011110 0 1011110 10011 110111 100111000 1011001 11000

Color Harmonies of #74075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74075E

Black with #74075E

Text Example


Text Example

White with #74075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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