Html Css Color HEX #741B82 Purple

📋 copy color: '#741B82'

red 116 ◦ green 27 ◦ blue 130

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

Shades of Purple #741B82

Tints of Purple #741B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 42.49%
G = 9.89%
B = 47.62%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741B82 (or 0x741B82) is known color: Purple. HEX triplet: 74, 1B and 82. RGB value is (116,27,130). Sum of RGB (Red+Green+Blue) = 116+27+130=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #741B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741B82 is #8BE47D. Grayscale: #414141. Windows color (decimal): -9167998 or 8526708. OLE color: 8526708.

HSL color Cylindrical-coordinate representation of color #741B82: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741B82 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 27 130 -
CMYK 0.11 0.79 0 0.49
HSL 291.84º 0.66% 0.31% -
HSV(B) 291.84º 0.79% 0.51% -
XYZ 11.62 6.11 21.69 -
YUV 65.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 116 27 130 0.11 0.79 0 0.49 291.84 0.66 0.31
Hex 74 1B 82 B 4F 0 31 124 42 1F
Octal 164 33 202 13 117 0 61 444 102 37
Binary 1110100 11011 10000010 1011 1001111 0 110001 100100100 1000010 11111

Color Harmonies of #741B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B82

Black with #741B82

Text Example


Text Example

White with #741B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741B82; }

 p { color: rgb(116,27,130); }

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

background-color css

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

 a { background-color: rgb(116,27,130); }

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

border-color css

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

 span { border-color: rgb(116,27,130); }

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