Html Css Color HEX #741585 Purple

📋 copy color: '#741585'

red 116 ◦ green 21 ◦ blue 133

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

Shades of Purple #741585

Tints of Purple #741585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 42.96%
G = 7.78%
B = 49.26%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741585 (or 0x741585) is known color: Purple. HEX triplet: 74, 15 and 85. RGB value is (116,21,133). Sum of RGB (Red+Green+Blue) = 116+21+133=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #741585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741585 is #8BEA7A. Grayscale: #3D3D3D. Windows color (decimal): -9169531 or 8721780. OLE color: 8721780.

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

Color convert

RGB 116 21 133 -
CMYK 0.13 0.84 0 0.48
HSL 290.89º 0.73% 0.3% -
HSV(B) 290.89º 0.84% 0.52% -
XYZ 11.7 5.94 22.72 -
YUV 62.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 116 21 133 0.13 0.84 0 0.48 290.89 0.73 0.3
Hex 74 15 85 D 54 0 30 123 49 1E
Octal 164 25 205 15 124 0 60 443 111 36
Binary 1110100 10101 10000101 1101 1010100 0 110000 100100011 1001001 11110

Color Harmonies of #741585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741585

Black with #741585

Text Example


Text Example

White with #741585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741585; }

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

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

background-color css

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

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

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

border-color css

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

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

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