Html Css Color HEX #740082 Purple

📋 copy color: '#740082'

red 116 ◦ green 0 ◦ blue 130

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

Shades of Purple #740082

Tints of Purple #740082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.15%
G = 0%
B = 52.85%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#740082 (or 0x740082) is known color: Purple. HEX triplet: 74, 00 and 82. RGB value is (116,0,130). Sum of RGB (Red+Green+Blue) = 116+0+130=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #740082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740082 is #8BFF7D. Grayscale: #313131. Windows color (decimal): -9174910 or 8519796. OLE color: 8519796.

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

Color convert

RGB 116 0 130 -
CMYK 0.11 1 0 0.49
HSL 293.54º 1% 0.25% -
HSV(B) 293.54º 1% 0.51% -
XYZ 11.23 5.32 21.55 -
YUV 49.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 116 0 130 0.11 1 0 0.49 293.54 1 0.25
Hex 74 0 82 B 64 0 31 126 64 19
Octal 164 0 202 13 144 0 61 446 144 31
Binary 1110100 0 10000010 1011 1100100 0 110001 100100110 1100100 11001

Color Harmonies of #740082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740082

Black with #740082

Text Example


Text Example

White with #740082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740082; }

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

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

background-color css

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

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

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

border-color css

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

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

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