Html Css Color HEX #730485 Purple

📋 copy color: '#730485'

red 115 ◦ green 4 ◦ blue 133

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

Shades of Purple #730485

Tints of Purple #730485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 45.63%
G = 1.59%
B = 52.78%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730485 (or 0x730485) is known color: Purple. HEX triplet: 73, 04 and 85. RGB value is (115,4,133). Sum of RGB (Red+Green+Blue) = 115+4+133=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #730485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730485 is #8CFB7A. Grayscale: #333333. Windows color (decimal): -9239419 or 8717427. OLE color: 8717427.

HSL color Cylindrical-coordinate representation of color #730485: hue angle of 291.63º 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 #730485 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 4 133 -
CMYK 0.14 0.97 0 0.48
HSL 291.63º 0.94% 0.27% -
HSV(B) 291.63º 0.97% 0.52% -
XYZ 11.35 5.43 22.64 -
YUV 51.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 115 4 133 0.14 0.97 0 0.48 291.63 0.94 0.27
Hex 73 4 85 E 61 0 30 124 5E 1B
Octal 163 4 205 16 141 0 60 444 136 33
Binary 1110011 100 10000101 1110 1100001 0 110000 100100100 1011110 11011

Color Harmonies of #730485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730485

Black with #730485

Text Example


Text Example

White with #730485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730485; }

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

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

background-color css

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

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

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

border-color css

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

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

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