Html Css Color HEX #741284 Purple

📋 copy color: '#741284'

red 116 ◦ green 18 ◦ blue 132

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

Shades of Purple #741284

Tints of Purple #741284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 43.61%
G = 6.77%
B = 49.62%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741284 (or 0x741284) is known color: Purple. HEX triplet: 74, 12 and 84. RGB value is (116,18,132). Sum of RGB (Red+Green+Blue) = 116+18+132=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #741284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741284 is #8BED7B. Grayscale: #3B3B3B. Windows color (decimal): -9170300 or 8655476. OLE color: 8655476.

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

Color convert

RGB 116 18 132 -
CMYK 0.12 0.86 0 0.48
HSL 291.58º 0.76% 0.29% -
HSV(B) 291.58º 0.86% 0.52% -
XYZ 11.58 5.81 22.34 -
YUV 60.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 116 18 132 0.12 0.86 0 0.48 291.58 0.76 0.29
Hex 74 12 84 C 56 0 30 124 4C 1D
Octal 164 22 204 14 126 0 60 444 114 35
Binary 1110100 10010 10000100 1100 1010110 0 110000 100100100 1001100 11101

Color Harmonies of #741284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741284

Black with #741284

Text Example


Text Example

White with #741284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741284; }

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

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

background-color css

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

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

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

border-color css

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

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

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