Html Css Color HEX #741781 Purple

📋 copy color: '#741781'

red 116 ◦ green 23 ◦ blue 129

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

Shades of Purple #741781

Tints of Purple #741781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 43.28%
G = 8.58%
B = 48.13%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741781 (or 0x741781) is known color: Purple. HEX triplet: 74, 17 and 81. RGB value is (116,23,129). Sum of RGB (Red+Green+Blue) = 116+23+129=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #741781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741781 is #8BE87E. Grayscale: #3E3E3E. Windows color (decimal): -9169023 or 8460148. OLE color: 8460148.

HSL color Cylindrical-coordinate representation of color #741781: hue angle of 292.64º 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 #741781 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 23 129 -
CMYK 0.10 0.82 0 0.49
HSL 292.64º 0.7% 0.3% -
HSV(B) 292.64º 0.82% 0.51% -
XYZ 11.47 5.91 21.31 -
YUV 62.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 116 23 129 0.10 0.82 0 0.49 292.64 0.7 0.3
Hex 74 17 81 A 52 0 31 125 46 1E
Octal 164 27 201 12 122 0 61 445 106 36
Binary 1110100 10111 10000001 1010 1010010 0 110001 100100101 1000110 11110

Color Harmonies of #741781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741781

Black with #741781

Text Example


Text Example

White with #741781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741781; }

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

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

background-color css

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

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

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

border-color css

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

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

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