Html Css Color HEX #730587 Purple

📋 copy color: '#730587'

red 115 ◦ green 5 ◦ blue 135

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

Shades of Purple #730587

Tints of Purple #730587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 45.1%
G = 1.96%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730587 (or 0x730587) is known color: Purple. HEX triplet: 73, 05 and 87. RGB value is (115,5,135). Sum of RGB (Red+Green+Blue) = 115+5+135=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #730587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730587 is #8CFA78. Grayscale: #343434. Windows color (decimal): -9239161 or 8848755. OLE color: 8848755.

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

Color convert

RGB 115 5 135 -
CMYK 0.15 0.96 0 0.47
HSL 290.77º 0.93% 0.27% -
HSV(B) 290.77º 0.96% 0.53% -
XYZ 11.5 5.5 23.38 -
YUV 52.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 115 5 135 0.15 0.96 0 0.47 290.77 0.93 0.27
Hex 73 5 87 F 60 0 2F 123 5D 1B
Octal 163 5 207 17 140 0 57 443 135 33
Binary 1110011 101 10000111 1111 1100000 0 101111 100100011 1011101 11011

Color Harmonies of #730587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730587

Black with #730587

Text Example


Text Example

White with #730587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730587; }

 p { color: rgb(115,5,135); }

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

background-color css

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

 a { background-color: rgb(115,5,135); }

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

border-color css

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

 span { border-color: rgb(115,5,135); }

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