Html Css Color HEX #730087 Purple

📋 copy color: '#730087'

red 115 ◦ green 0 ◦ blue 135

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

Shades of Purple #730087

Tints of Purple #730087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46%
G = 0%
B = 54%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#730087 (or 0x730087) is known color: Purple. HEX triplet: 73, 00 and 87. RGB value is (115,0,135). Sum of RGB (Red+Green+Blue) = 115+0+135=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #730087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730087 is #8CFF78. Grayscale: #313131. Windows color (decimal): -9240441 or 8847475. OLE color: 8847475.

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

Color convert

RGB 115 0 135 -
CMYK 0.15 1 0 0.47
HSL 291.11º 1% 0.26% -
HSV(B) 291.11º 1% 0.53% -
XYZ 11.44 5.39 23.36 -
YUV 49.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 115 0 135 0.15 1 0 0.47 291.11 1 0.26
Hex 73 0 87 F 64 0 2F 123 64 1A
Octal 163 0 207 17 144 0 57 443 144 32
Binary 1110011 0 10000111 1111 1100100 0 101111 100100011 1100100 11010

Color Harmonies of #730087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730087

Black with #730087

Text Example


Text Example

White with #730087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730087; }

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

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

background-color css

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

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

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

border-color css

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

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

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