Html Css Color HEX #730082 Purple

📋 copy color: '#730082'

red 115 ◦ green 0 ◦ blue 130

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

Shades of Purple #730082

Tints of Purple #730082

RGB

 RED value IS 115 (45.31% from 255) = 46.94%

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

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

R = 46.94%
G = 0%
B = 53.06%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#730082 (or 0x730082) is known color: Purple. HEX triplet: 73, 00 and 82. RGB value is (115,0,130). Sum of RGB (Red+Green+Blue) = 115+0+130=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #730082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730082 is #8CFF7D. Grayscale: #303030. Windows color (decimal): -9240446 or 8519795. OLE color: 8519795.

HSL color Cylindrical-coordinate representation of color #730082: hue angle of 293.08º 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 #730082 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 0 130 -
CMYK 0.12 1 0 0.49
HSL 293.08º 1% 0.25% -
HSV(B) 293.08º 1% 0.51% -
XYZ 11.1 5.26 21.55 -
YUV 49.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 115 0 130 0.12 1 0 0.49 293.08 1 0.25
Hex 73 0 82 C 64 0 31 125 64 19
Octal 163 0 202 14 144 0 61 445 144 31
Binary 1110011 0 10000010 1100 1100100 0 110001 100100101 1100100 11001

Color Harmonies of #730082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730082

Black with #730082

Text Example


Text Example

White with #730082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730082; }

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

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

background-color css

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

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

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

border-color css

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

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

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