Html Css Color HEX #730880 Purple

📋 copy color: '#730880'

red 115 ◦ green 8 ◦ blue 128

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

Shades of Purple #730880

Tints of Purple #730880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 45.82%
G = 3.19%
B = 51%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#730880 (or 0x730880) is known color: Purple. HEX triplet: 73, 08 and 80. RGB value is (115,8,128). Sum of RGB (Red+Green+Blue) = 115+8+128=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #730880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730880 is #8CF77F. Grayscale: #353535. Windows color (decimal): -9238400 or 8390771. OLE color: 8390771.

HSL color Cylindrical-coordinate representation of color #730880: hue angle of 293.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730880 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 8 128 -
CMYK 0.10 0.94 0 0.50
HSL 293.5º 0.88% 0.27% -
HSV(B) 293.5º 0.94% 0.5% -
XYZ 11.05 5.38 20.88 -
YUV 53.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 115 8 128 0.10 0.94 0 0.50 293.5 0.88 0.27
Hex 73 8 80 A 5E 0 32 126 58 1B
Octal 163 10 200 12 136 0 62 446 130 33
Binary 1110011 1000 10000000 1010 1011110 0 110010 100100110 1011000 11011

Color Harmonies of #730880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730880

Black with #730880

Text Example


Text Example

White with #730880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730880; }

 p { color: rgb(115,8,128); }

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

background-color css

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

 a { background-color: rgb(115,8,128); }

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

border-color css

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

 span { border-color: rgb(115,8,128); }

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