Html Css Color HEX #730776 Purple

📋 copy color: '#730776'

red 115 ◦ green 7 ◦ blue 118

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

Shades of Purple #730776

Tints of Purple #730776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 47.92%
G = 2.92%
B = 49.17%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730776 (or 0x730776) is known color: Purple. HEX triplet: 73, 07 and 76. RGB value is (115,7,118). Sum of RGB (Red+Green+Blue) = 115+7+118=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #730776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730776 is #8CF889. Grayscale: #333333. Windows color (decimal): -9238666 or 7735155. OLE color: 7735155.

HSL color Cylindrical-coordinate representation of color #730776: hue angle of 298.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730776 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 7 118 -
CMYK 0.03 0.94 0 0.54
HSL 298.38º 0.89% 0.25% -
HSV(B) 298.38º 0.94% 0.46% -
XYZ 10.42 5.1 17.58 -
YUV 51.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 115 7 118 0.03 0.94 0 0.54 298.38 0.89 0.25
Hex 73 7 76 3 5E 0 36 12A 59 19
Octal 163 7 166 3 136 0 66 452 131 31
Binary 1110011 111 1110110 11 1011110 0 110110 100101010 1011001 11001

Color Harmonies of #730776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730776

Black with #730776

Text Example


Text Example

White with #730776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730776; }

 p { color: rgb(115,7,118); }

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

background-color css

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

 a { background-color: rgb(115,7,118); }

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

border-color css

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

 span { border-color: rgb(115,7,118); }

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