Html Css Color HEX #741185 Purple

📋 copy color: '#741185'

red 116 ◦ green 17 ◦ blue 133

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

Shades of Purple #741185

Tints of Purple #741185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 133 (52.34% from 255) = 50%

R = 43.61%
G = 6.39%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741185 (or 0x741185) is known color: Purple. HEX triplet: 74, 11 and 85. RGB value is (116,17,133). Sum of RGB (Red+Green+Blue) = 116+17+133=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #741185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741185 is #8BEE7A. Grayscale: #3B3B3B. Windows color (decimal): -9170555 or 8720756. OLE color: 8720756.

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

Color convert

RGB 116 17 133 -
CMYK 0.13 0.87 0 0.48
HSL 291.21º 0.77% 0.29% -
HSV(B) 291.21º 0.87% 0.52% -
XYZ 11.64 5.81 22.7 -
YUV 59.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 116 17 133 0.13 0.87 0 0.48 291.21 0.77 0.29
Hex 74 11 85 D 57 0 30 123 4D 1D
Octal 164 21 205 15 127 0 60 443 115 35
Binary 1110100 10001 10000101 1101 1010111 0 110000 100100011 1001101 11101

Color Harmonies of #741185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741185

Black with #741185

Text Example


Text Example

White with #741185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741185; }

 p { color: rgb(116,17,133); }

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

background-color css

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

 a { background-color: rgb(116,17,133); }

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

border-color css

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

 span { border-color: rgb(116,17,133); }

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