Html Css Color HEX #740582 Purple

📋 copy color: '#740582'

red 116 ◦ green 5 ◦ blue 130

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

Shades of Purple #740582

Tints of Purple #740582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 46.22%
G = 1.99%
B = 51.79%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#740582 (or 0x740582) is known color: Purple. HEX triplet: 74, 05 and 82. RGB value is (116,5,130). Sum of RGB (Red+Green+Blue) = 116+5+130=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #740582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740582 is #8BFA7D. Grayscale: #343434. Windows color (decimal): -9173630 or 8521076. OLE color: 8521076.

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

Color convert

RGB 116 5 130 -
CMYK 0.11 0.96 0 0.49
HSL 293.28º 0.93% 0.26% -
HSV(B) 293.28º 0.96% 0.51% -
XYZ 11.29 5.43 21.57 -
YUV 52.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 116 5 130 0.11 0.96 0 0.49 293.28 0.93 0.26
Hex 74 5 82 B 60 0 31 125 5D 1A
Octal 164 5 202 13 140 0 61 445 135 32
Binary 1110100 101 10000010 1011 1100000 0 110001 100100101 1011101 11010

Color Harmonies of #740582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740582

Black with #740582

Text Example


Text Example

White with #740582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740582; }

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

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

background-color css

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

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

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

border-color css

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

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

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