Html Css Color HEX #730474 Purple

📋 copy color: '#730474'

red 115 ◦ green 4 ◦ blue 116

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

Shades of Purple #730474

Tints of Purple #730474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 48.94%
G = 1.7%
B = 49.36%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730474 (or 0x730474) is known color: Purple. HEX triplet: 73, 04 and 74. RGB value is (115,4,116). Sum of RGB (Red+Green+Blue) = 115+4+116=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #730474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730474 is #8CFB8B. Grayscale: #313131. Windows color (decimal): -9239436 or 7603315. OLE color: 7603315.

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

Color convert

RGB 115 4 116 -
CMYK 0.01 0.97 0 0.55
HSL 299.46º 0.93% 0.24% -
HSV(B) 299.46º 0.97% 0.45% -
XYZ 10.27 4.99 16.95 -
YUV 49.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 115 4 116 0.01 0.97 0 0.55 299.46 0.93 0.24
Hex 73 4 74 1 61 0 37 12B 5D 18
Octal 163 4 164 1 141 0 67 453 135 30
Binary 1110011 100 1110100 1 1100001 0 110111 100101011 1011101 11000

Color Harmonies of #730474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730474

Black with #730474

Text Example


Text Example

White with #730474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730474; }

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

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

background-color css

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

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

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

border-color css

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

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

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