Html Css Color HEX #741082 Purple

📋 copy color: '#741082'

red 116 ◦ green 16 ◦ blue 130

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

Shades of Purple #741082

Tints of Purple #741082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 44.27%
G = 6.11%
B = 49.62%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741082 (or 0x741082) is known color: Purple. HEX triplet: 74, 10 and 82. RGB value is (116,16,130). Sum of RGB (Red+Green+Blue) = 116+16+130=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #741082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741082 is #8BEF7D. Grayscale: #3A3A3A. Windows color (decimal): -9170814 or 8523892. OLE color: 8523892.

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

Color convert

RGB 116 16 130 -
CMYK 0.11 0.88 0 0.49
HSL 292.63º 0.78% 0.29% -
HSV(B) 292.63º 0.88% 0.51% -
XYZ 11.42 5.7 21.62 -
YUV 58.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 116 16 130 0.11 0.88 0 0.49 292.63 0.78 0.29
Hex 74 10 82 B 58 0 31 125 4E 1D
Octal 164 20 202 13 130 0 61 445 116 35
Binary 1110100 10000 10000010 1011 1011000 0 110001 100100101 1001110 11101

Color Harmonies of #741082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741082

Black with #741082

Text Example


Text Example

White with #741082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741082; }

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

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

background-color css

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

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

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

border-color css

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

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

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