Html Css Color HEX #730475 Purple

📋 copy color: '#730475'

red 115 ◦ green 4 ◦ blue 117

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

Shades of Purple #730475

Tints of Purple #730475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 48.73%
G = 1.69%
B = 49.58%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730475 (or 0x730475) is known color: Purple. HEX triplet: 73, 04 and 75. RGB value is (115,4,117). Sum of RGB (Red+Green+Blue) = 115+4+117=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #730475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730475 is #8CFB8A. Grayscale: #313131. Windows color (decimal): -9239435 or 7668851. OLE color: 7668851.

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

Color convert

RGB 115 4 117 -
CMYK 0.02 0.97 0 0.54
HSL 298.94º 0.93% 0.24% -
HSV(B) 298.94º 0.97% 0.46% -
XYZ 10.32 5.02 17.25 -
YUV 50.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 115 4 117 0.02 0.97 0 0.54 298.94 0.93 0.24
Hex 73 4 75 2 61 0 36 12B 5D 18
Octal 163 4 165 2 141 0 66 453 135 30
Binary 1110011 100 1110101 10 1100001 0 110110 100101011 1011101 11000

Color Harmonies of #730475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730475

Black with #730475

Text Example


Text Example

White with #730475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730475; }

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

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

background-color css

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

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

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

border-color css

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

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

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