Html Css Color HEX #730464 Purple

📋 copy color: '#730464'

red 115 ◦ green 4 ◦ blue 100

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

Shades of Purple #730464

Tints of Purple #730464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 52.51%
G = 1.83%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#730464 (or 0x730464) is known color: Purple. HEX triplet: 73, 04 and 64. RGB value is (115,4,100). Sum of RGB (Red+Green+Blue) = 115+4+100=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730464 is #8CFB9B. Grayscale: #2F2F2F. Windows color (decimal): -9239452 or 6554739. OLE color: 6554739.

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

Color convert

RGB 115 4 100 -
CMYK 0 0.97 0.13 0.55
HSL 308.11º 0.93% 0.23% -
HSV(B) 308.11º 0.97% 0.45% -
XYZ 9.41 4.65 12.46 -
YUV 48.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 115 4 100 0 0.97 0.13 0.55 308.11 0.93 0.23
Hex 73 4 64 0 61 D 37 134 5D 17
Octal 163 4 144 0 141 15 67 464 135 27
Binary 1110011 100 1100100 0 1100001 1101 110111 100110100 1011101 10111

Color Harmonies of #730464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730464

Black with #730464

Text Example


Text Example

White with #730464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730464; }

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

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

background-color css

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

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

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

border-color css

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

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

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