Html Css Color HEX #741783 Purple

📋 copy color: '#741783'

red 116 ◦ green 23 ◦ blue 131

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

Shades of Purple #741783

Tints of Purple #741783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.52%

R = 42.96%
G = 8.52%
B = 48.52%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741783 (or 0x741783) is known color: Purple. HEX triplet: 74, 17 and 83. RGB value is (116,23,131). Sum of RGB (Red+Green+Blue) = 116+23+131=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #741783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741783 is #8BE87C. Grayscale: #3E3E3E. Windows color (decimal): -9169021 or 8591220. OLE color: 8591220.

HSL color Cylindrical-coordinate representation of color #741783: hue angle of 291.67º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741783 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 23 131 -
CMYK 0.11 0.82 0 0.49
HSL 291.67º 0.7% 0.3% -
HSV(B) 291.67º 0.82% 0.51% -
XYZ 11.61 5.96 22.01 -
YUV 63.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 116 23 131 0.11 0.82 0 0.49 291.67 0.7 0.3
Hex 74 17 83 B 52 0 31 124 46 1E
Octal 164 27 203 13 122 0 61 444 106 36
Binary 1110100 10111 10000011 1011 1010010 0 110001 100100100 1000110 11110

Color Harmonies of #741783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741783

Black with #741783

Text Example


Text Example

White with #741783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741783; }

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

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

background-color css

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

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

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

border-color css

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

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

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