Html Css Color HEX #74076D Purple

📋 copy color: '#74076D'

red 116 ◦ green 7 ◦ blue 109

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

Shades of Purple #74076D

Tints of Purple #74076D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 50%
G = 3.02%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74076D (or 0x74076D) is known color: Purple. HEX triplet: 74, 07 and 6D. RGB value is (116,7,109). Sum of RGB (Red+Green+Blue) = 116+7+109=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74076D is #8BF892. Grayscale: #323232. Windows color (decimal): -9173139 or 7145332. OLE color: 7145332.

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

Color convert

RGB 116 7 109 -
CMYK 0 0.94 0.06 0.55
HSL 303.85º 0.89% 0.24% -
HSV(B) 303.85º 0.94% 0.45% -
XYZ 10.04 4.97 14.9 -
YUV 51.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 116 7 109 0 0.94 0.06 0.55 303.85 0.89 0.24
Hex 74 7 6D 0 5E 6 37 130 59 18
Octal 164 7 155 0 136 6 67 460 131 30
Binary 1110100 111 1101101 0 1011110 110 110111 100110000 1011001 11000

Color Harmonies of #74076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74076D

Black with #74076D

Text Example


Text Example

White with #74076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74076D; }

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

 H1.HeaderClassName
 {
   color: #74076D;
 }
 .AnyTagClassName
 {
   color: #74076D;
 }
</style>

background-color css

<style>
 a { background-color: #74076D; }

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

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

border-color css

<style>
 span { border-color: #74076D; }

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

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