Html Css Color HEX #730884 Purple

📋 copy color: '#730884'

red 115 ◦ green 8 ◦ blue 132

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

Shades of Purple #730884

Tints of Purple #730884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 45.1%
G = 3.14%
B = 51.76%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#730884 (or 0x730884) is known color: Purple. HEX triplet: 73, 08 and 84. RGB value is (115,8,132). Sum of RGB (Red+Green+Blue) = 115+8+132=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #730884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730884 is #8CF77B. Grayscale: #353535. Windows color (decimal): -9238396 or 8652915. OLE color: 8652915.

HSL color Cylindrical-coordinate representation of color #730884: hue angle of 291.77º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730884 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 8 132 -
CMYK 0.13 0.94 0 0.48
HSL 291.77º 0.89% 0.27% -
HSV(B) 291.77º 0.94% 0.52% -
XYZ 11.32 5.48 22.29 -
YUV 54.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 115 8 132 0.13 0.94 0 0.48 291.77 0.89 0.27
Hex 73 8 84 D 5E 0 30 124 59 1B
Octal 163 10 204 15 136 0 60 444 131 33
Binary 1110011 1000 10000100 1101 1011110 0 110000 100100100 1011001 11011

Color Harmonies of #730884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730884

Black with #730884

Text Example


Text Example

White with #730884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730884; }

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

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

background-color css

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

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

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

border-color css

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

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

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