Html Css Color HEX #741072 Purple

📋 copy color: '#741072'

red 116 ◦ green 16 ◦ blue 114

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

Shades of Purple #741072

Tints of Purple #741072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 47.15%
G = 6.5%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#741072 (or 0x741072) is known color: Purple. HEX triplet: 74, 10 and 72. RGB value is (116,16,114). Sum of RGB (Red+Green+Blue) = 116+16+114=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #741072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741072 is #8BEF8D. Grayscale: #383838. Windows color (decimal): -9170830 or 7475316. OLE color: 7475316.

HSL color Cylindrical-coordinate representation of color #741072: hue angle of 301.2º 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 #741072 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 114 -
CMYK 0 0.86 0.02 0.55
HSL 301.2º 0.76% 0.26% -
HSV(B) 301.2º 0.86% 0.45% -
XYZ 10.43 5.3 16.39 -
YUV 57.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 116 16 114 0 0.86 0.02 0.55 301.2 0.76 0.26
Hex 74 10 72 0 56 2 37 12D 4C 1A
Octal 164 20 162 0 126 2 67 455 114 32
Binary 1110100 10000 1110010 0 1010110 10 110111 100101101 1001100 11010

Color Harmonies of #741072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741072

Black with #741072

Text Example


Text Example

White with #741072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741072; }

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

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

background-color css

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

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

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

border-color css

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

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

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