Html Css Color HEX #741484 Purple

📋 copy color: '#741484'

red 116 ◦ green 20 ◦ blue 132

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

Shades of Purple #741484

Tints of Purple #741484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 43.28%
G = 7.46%
B = 49.25%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741484 (or 0x741484) is known color: Purple. HEX triplet: 74, 14 and 84. RGB value is (116,20,132). Sum of RGB (Red+Green+Blue) = 116+20+132=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #741484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741484 is #8BEB7B. Grayscale: #3D3D3D. Windows color (decimal): -9169788 or 8655988. OLE color: 8655988.

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

Color convert

RGB 116 20 132 -
CMYK 0.12 0.85 0 0.48
HSL 291.43º 0.74% 0.3% -
HSV(B) 291.43º 0.85% 0.52% -
XYZ 11.62 5.88 22.35 -
YUV 61.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 116 20 132 0.12 0.85 0 0.48 291.43 0.74 0.3
Hex 74 14 84 C 55 0 30 123 4A 1E
Octal 164 24 204 14 125 0 60 443 112 36
Binary 1110100 10100 10000100 1100 1010101 0 110000 100100011 1001010 11110

Color Harmonies of #741484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741484

Black with #741484

Text Example


Text Example

White with #741484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741484; }

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

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

background-color css

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

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

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

border-color css

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

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

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