Html Css Color HEX #730676 Purple

📋 copy color: '#730676'

red 115 ◦ green 6 ◦ blue 118

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

Shades of Purple #730676

Tints of Purple #730676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 48.12%
G = 2.51%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730676 (or 0x730676) is known color: Purple. HEX triplet: 73, 06 and 76. RGB value is (115,6,118). Sum of RGB (Red+Green+Blue) = 115+6+118=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #730676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730676 is #8CF989. Grayscale: #333333. Windows color (decimal): -9238922 or 7734899. OLE color: 7734899.

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

Color convert

RGB 115 6 118 -
CMYK 0.03 0.95 0 0.54
HSL 298.39º 0.9% 0.24% -
HSV(B) 298.39º 0.95% 0.46% -
XYZ 10.41 5.08 17.57 -
YUV 51.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 115 6 118 0.03 0.95 0 0.54 298.39 0.9 0.24
Hex 73 6 76 3 5F 0 36 12A 5A 18
Octal 163 6 166 3 137 0 66 452 132 30
Binary 1110011 110 1110110 11 1011111 0 110110 100101010 1011010 11000

Color Harmonies of #730676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730676

Black with #730676

Text Example


Text Example

White with #730676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730676; }

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

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

background-color css

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

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

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

border-color css

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

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

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