Html Css Color HEX #730774 Purple

📋 copy color: '#730774'

red 115 ◦ green 7 ◦ blue 116

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

Shades of Purple #730774

Tints of Purple #730774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 48.32%
G = 2.94%
B = 48.74%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730774 (or 0x730774) is known color: Purple. HEX triplet: 73, 07 and 74. RGB value is (115,7,116). Sum of RGB (Red+Green+Blue) = 115+7+116=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #730774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730774 is #8CF88B. Grayscale: #333333. Windows color (decimal): -9238668 or 7604083. OLE color: 7604083.

HSL color Cylindrical-coordinate representation of color #730774: hue angle of 299.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730774 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 116 -
CMYK 0.01 0.94 0 0.55
HSL 299.45º 0.89% 0.24% -
HSV(B) 299.45º 0.94% 0.45% -
XYZ 10.3 5.06 16.96 -
YUV 51.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 115 7 116 0.01 0.94 0 0.55 299.45 0.89 0.24
Hex 73 7 74 1 5E 0 37 12B 59 18
Octal 163 7 164 1 136 0 67 453 131 30
Binary 1110011 111 1110100 1 1011110 0 110111 100101011 1011001 11000

Color Harmonies of #730774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730774

Black with #730774

Text Example


Text Example

White with #730774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730774; }

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

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

background-color css

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

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

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

border-color css

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

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

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