Html Css Color HEX #730488 Purple

📋 copy color: '#730488'

red 115 ◦ green 4 ◦ blue 136

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

Shades of Purple #730488

Tints of Purple #730488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 45.1%
G = 1.57%
B = 53.33%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730488 (or 0x730488) is known color: Purple. HEX triplet: 73, 04 and 88. RGB value is (115,4,136). Sum of RGB (Red+Green+Blue) = 115+4+136=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #730488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730488 is #8CFB77. Grayscale: #333333. Windows color (decimal): -9239416 or 8914035. OLE color: 8914035.

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

Color convert

RGB 115 4 136 -
CMYK 0.15 0.97 0 0.47
HSL 290.45º 0.94% 0.27% -
HSV(B) 290.45º 0.97% 0.53% -
XYZ 11.56 5.51 23.75 -
YUV 52.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 115 4 136 0.15 0.97 0 0.47 290.45 0.94 0.27
Hex 73 4 88 F 61 0 2F 122 5E 1B
Octal 163 4 210 17 141 0 57 442 136 33
Binary 1110011 100 10001000 1111 1100001 0 101111 100100010 1011110 11011

Color Harmonies of #730488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730488

Black with #730488

Text Example


Text Example

White with #730488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730488; }

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

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

background-color css

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

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

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

border-color css

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

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

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