Html Css Color HEX #730486 Purple

📋 copy color: '#730486'

red 115 ◦ green 4 ◦ blue 134

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

Shades of Purple #730486

Tints of Purple #730486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 45.45%
G = 1.58%
B = 52.96%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730486 (or 0x730486) is known color: Purple. HEX triplet: 73, 04 and 86. RGB value is (115,4,134). Sum of RGB (Red+Green+Blue) = 115+4+134=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #730486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730486 is #8CFB79. Grayscale: #333333. Windows color (decimal): -9239418 or 8782963. OLE color: 8782963.

HSL color Cylindrical-coordinate representation of color #730486: hue angle of 291.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730486 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 4 134 -
CMYK 0.14 0.97 0 0.47
HSL 291.23º 0.94% 0.27% -
HSV(B) 291.23º 0.97% 0.53% -
XYZ 11.42 5.45 23.01 -
YUV 52.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 115 4 134 0.14 0.97 0 0.47 291.23 0.94 0.27
Hex 73 4 86 E 61 0 2F 123 5E 1B
Octal 163 4 206 16 141 0 57 443 136 33
Binary 1110011 100 10000110 1110 1100001 0 101111 100100011 1011110 11011

Color Harmonies of #730486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730486

Black with #730486

Text Example


Text Example

White with #730486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730486; }

 p { color: rgb(115,4,134); }

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

background-color css

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

 a { background-color: rgb(115,4,134); }

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

border-color css

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

 span { border-color: rgb(115,4,134); }

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