Html Css Color HEX #74075B Palatinate Purple

📋 copy color: '#74075B'

red 116 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #74075B

Tints of Palatinate Purple #74075B

RGB

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

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

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

R = 54.21%
G = 3.27%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74075B (or 0x74075B) is known color: Palatinate Purple. HEX triplet: 74, 07 and 5B. RGB value is (116,7,91). Sum of RGB (Red+Green+Blue) = 116+7+91=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74075B is #8BF8A4. Grayscale: #303030. Windows color (decimal): -9173157 or 5965684. OLE color: 5965684.

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

Color convert

RGB 116 7 91 -
CMYK 0 0.94 0.22 0.55
HSL 313.76º 0.89% 0.24% -
HSV(B) 313.76º 0.94% 0.45% -
XYZ 9.17 4.62 10.31 -
YUV 49.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 116 7 91 0 0.94 0.22 0.55 313.76 0.89 0.24
Hex 74 7 5B 0 5E 16 37 13A 59 18
Octal 164 7 133 0 136 26 67 472 131 30
Binary 1110100 111 1011011 0 1011110 10110 110111 100111010 1011001 11000

Color Harmonies of #74075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74075B

Black with #74075B

Text Example


Text Example

White with #74075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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