Html Css Color HEX #730484 Purple

📋 copy color: '#730484'

red 115 ◦ green 4 ◦ blue 132

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

Shades of Purple #730484

Tints of Purple #730484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 45.82%
G = 1.59%
B = 52.59%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730484 (or 0x730484) is known color: Purple. HEX triplet: 73, 04 and 84. RGB value is (115,4,132). Sum of RGB (Red+Green+Blue) = 115+4+132=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #730484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730484 is #8CFB7B. Grayscale: #333333. Windows color (decimal): -9239420 or 8651891. OLE color: 8651891.

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

Color convert

RGB 115 4 132 -
CMYK 0.13 0.97 0 0.48
HSL 292.03º 0.94% 0.27% -
HSV(B) 292.03º 0.97% 0.52% -
XYZ 11.28 5.4 22.28 -
YUV 51.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 115 4 132 0.13 0.97 0 0.48 292.03 0.94 0.27
Hex 73 4 84 D 61 0 30 124 5E 1B
Octal 163 4 204 15 141 0 60 444 136 33
Binary 1110011 100 10000100 1101 1100001 0 110000 100100100 1011110 11011

Color Harmonies of #730484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730484

Black with #730484

Text Example


Text Example

White with #730484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730484; }

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

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

background-color css

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

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

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

border-color css

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

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

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