Html Css Color HEX #740882 Purple

📋 copy color: '#740882'

red 116 ◦ green 8 ◦ blue 130

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

Shades of Purple #740882

Tints of Purple #740882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 45.67%
G = 3.15%
B = 51.18%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#740882 (or 0x740882) is known color: Purple. HEX triplet: 74, 08 and 82. RGB value is (116,8,130). Sum of RGB (Red+Green+Blue) = 116+8+130=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #740882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740882 is #8BF77D. Grayscale: #353535. Windows color (decimal): -9172862 or 8521844. OLE color: 8521844.

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

Color convert

RGB 116 8 130 -
CMYK 0.11 0.94 0 0.49
HSL 293.11º 0.88% 0.27% -
HSV(B) 293.11º 0.94% 0.51% -
XYZ 11.32 5.5 21.58 -
YUV 54.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 116 8 130 0.11 0.94 0 0.49 293.11 0.88 0.27
Hex 74 8 82 B 5E 0 31 125 58 1B
Octal 164 10 202 13 136 0 61 445 130 33
Binary 1110100 1000 10000010 1011 1011110 0 110001 100100101 1011000 11011

Color Harmonies of #740882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740882

Black with #740882

Text Example


Text Example

White with #740882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740882; }

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

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

background-color css

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

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

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

border-color css

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

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

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