Html Css Color HEX #730664 Purple

📋 copy color: '#730664'

red 115 ◦ green 6 ◦ blue 100

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

Shades of Purple #730664

Tints of Purple #730664

RGB

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

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

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

R = 52.04%
G = 2.71%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#730664 (or 0x730664) is known color: Purple. HEX triplet: 73, 06 and 64. RGB value is (115,6,100). Sum of RGB (Red+Green+Blue) = 115+6+100=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730664 is #8CF99B. Grayscale: #313131. Windows color (decimal): -9238940 or 6555251. OLE color: 6555251.

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

Color convert

RGB 115 6 100 -
CMYK 0 0.95 0.13 0.55
HSL 308.26º 0.9% 0.24% -
HSV(B) 308.26º 0.95% 0.45% -
XYZ 9.44 4.7 12.47 -
YUV 49.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 115 6 100 0 0.95 0.13 0.55 308.26 0.9 0.24
Hex 73 6 64 0 5F D 37 134 5A 18
Octal 163 6 144 0 137 15 67 464 132 30
Binary 1110011 110 1100100 0 1011111 1101 110111 100110100 1011010 11000

Color Harmonies of #730664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730664

Black with #730664

Text Example


Text Example

White with #730664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730664; }

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

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

background-color css

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

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

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

border-color css

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

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

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