Html Css Color HEX #730984 Purple

📋 copy color: '#730984'

red 115 ◦ green 9 ◦ blue 132

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

Shades of Purple #730984

Tints of Purple #730984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 44.92%
G = 3.52%
B = 51.56%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730984 (or 0x730984) is known color: Purple. HEX triplet: 73, 09 and 84. RGB value is (115,9,132). Sum of RGB (Red+Green+Blue) = 115+9+132=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #730984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730984 is #8CF67B. Grayscale: #363636. Windows color (decimal): -9238140 or 8653171. OLE color: 8653171.

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

Color convert

RGB 115 9 132 -
CMYK 0.13 0.93 0 0.48
HSL 291.71º 0.87% 0.28% -
HSV(B) 291.71º 0.93% 0.52% -
XYZ 11.33 5.51 22.3 -
YUV 54.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 115 9 132 0.13 0.93 0 0.48 291.71 0.87 0.28
Hex 73 9 84 D 5D 0 30 124 57 1C
Octal 163 11 204 15 135 0 60 444 127 34
Binary 1110011 1001 10000100 1101 1011101 0 110000 100100100 1010111 11100

Color Harmonies of #730984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730984

Black with #730984

Text Example


Text Example

White with #730984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730984; }

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

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

background-color css

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

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

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

border-color css

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

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

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