Html Css Color HEX #741886 Purple

📋 copy color: '#741886'

red 116 ◦ green 24 ◦ blue 134

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

Shades of Purple #741886

Tints of Purple #741886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 42.34%
G = 8.76%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741886 (or 0x741886) is known color: Purple. HEX triplet: 74, 18 and 86. RGB value is (116,24,134). Sum of RGB (Red+Green+Blue) = 116+24+134=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #741886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741886 is #8BE779. Grayscale: #3F3F3F. Windows color (decimal): -9168762 or 8788084. OLE color: 8788084.

HSL color Cylindrical-coordinate representation of color #741886: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741886 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 24 134 -
CMYK 0.13 0.82 0 0.47
HSL 290.18º 0.7% 0.31% -
HSV(B) 290.18º 0.82% 0.53% -
XYZ 11.83 6.09 23.11 -
YUV 64.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 116 24 134 0.13 0.82 0 0.47 290.18 0.7 0.31
Hex 74 18 86 D 52 0 2F 122 46 1F
Octal 164 30 206 15 122 0 57 442 106 37
Binary 1110100 11000 10000110 1101 1010010 0 101111 100100010 1000110 11111

Color Harmonies of #741886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741886

Black with #741886

Text Example


Text Example

White with #741886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741886; }

 p { color: rgb(116,24,134); }

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

background-color css

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

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

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

border-color css

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

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

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