Html Css Color HEX #741785 Purple

📋 copy color: '#741785'

red 116 ◦ green 23 ◦ blue 133

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

Shades of Purple #741785

Tints of Purple #741785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 42.65%
G = 8.46%
B = 48.9%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741785 (or 0x741785) is known color: Purple. HEX triplet: 74, 17 and 85. RGB value is (116,23,133). Sum of RGB (Red+Green+Blue) = 116+23+133=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #741785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741785 is #8BE87A. Grayscale: #3F3F3F. Windows color (decimal): -9169019 or 8722292. OLE color: 8722292.

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

Color convert

RGB 116 23 133 -
CMYK 0.13 0.83 0 0.48
HSL 290.73º 0.71% 0.31% -
HSV(B) 290.73º 0.83% 0.52% -
XYZ 11.74 6.02 22.73 -
YUV 63.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 116 23 133 0.13 0.83 0 0.48 290.73 0.71 0.31
Hex 74 17 85 D 53 0 30 123 47 1F
Octal 164 27 205 15 123 0 60 443 107 37
Binary 1110100 10111 10000101 1101 1010011 0 110000 100100011 1000111 11111

Color Harmonies of #741785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741785

Black with #741785

Text Example


Text Example

White with #741785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741785; }

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

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

background-color css

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

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

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

border-color css

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

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

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