Html Css Color HEX #741084 Purple

📋 copy color: '#741084'

red 116 ◦ green 16 ◦ blue 132

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

Shades of Purple #741084

Tints of Purple #741084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

R = 43.94%
G = 6.06%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741084 (or 0x741084) is known color: Purple. HEX triplet: 74, 10 and 84. RGB value is (116,16,132). Sum of RGB (Red+Green+Blue) = 116+16+132=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #741084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741084 is #8BEF7B. Grayscale: #3A3A3A. Windows color (decimal): -9170812 or 8654964. OLE color: 8654964.

HSL color Cylindrical-coordinate representation of color #741084: hue angle of 291.72º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741084 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 16 132 -
CMYK 0.12 0.88 0 0.48
HSL 291.72º 0.78% 0.29% -
HSV(B) 291.72º 0.88% 0.52% -
XYZ 11.55 5.75 22.33 -
YUV 59.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 116 16 132 0.12 0.88 0 0.48 291.72 0.78 0.29
Hex 74 10 84 C 58 0 30 124 4E 1D
Octal 164 20 204 14 130 0 60 444 116 35
Binary 1110100 10000 10000100 1100 1011000 0 110000 100100100 1001110 11101

Color Harmonies of #741084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741084

Black with #741084

Text Example


Text Example

White with #741084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741084; }

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

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

background-color css

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

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

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

border-color css

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

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

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