Html Css Color HEX #741074 Purple

📋 copy color: '#741074'

red 116 ◦ green 16 ◦ blue 116

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

Shades of Purple #741074

Tints of Purple #741074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 46.77%
G = 6.45%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741074 (or 0x741074) is known color: Purple. HEX triplet: 74, 10 and 74. RGB value is (116,16,116). Sum of RGB (Red+Green+Blue) = 116+16+116=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741074 is #8BEF8B. Grayscale: #383838. Windows color (decimal): -9170828 or 7606388. OLE color: 7606388.

HSL color Cylindrical-coordinate representation of color #741074: hue angle of 300º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741074 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 116 -
CMYK 0 0.86 0 0.55
HSL 300º 0.76% 0.26% -
HSV(B) 300º 0.86% 0.45% -
XYZ 10.54 5.34 17 -
YUV 57.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 116 16 116 0 0.86 0 0.55 300 0.76 0.26
Hex 74 10 74 0 56 0 37 12C 4C 1A
Octal 164 20 164 0 126 0 67 454 114 32
Binary 1110100 10000 1110100 0 1010110 0 110111 100101100 1001100 11010

Color Harmonies of #741074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741074

Black with #741074

Text Example


Text Example

White with #741074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741074; }

 p { color: rgb(116,16,116); }

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

background-color css

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

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

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

border-color css

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

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

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