Html Css Color HEX #730864 Purple

📋 copy color: '#730864'

red 115 ◦ green 8 ◦ blue 100

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

Shades of Purple #730864

Tints of Purple #730864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 51.57%
G = 3.59%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#730864 (or 0x730864) is known color: Purple. HEX triplet: 73, 08 and 64. RGB value is (115,8,100). Sum of RGB (Red+Green+Blue) = 115+8+100=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730864 is #8CF79B. Grayscale: #323232. Windows color (decimal): -9238428 or 6555763. OLE color: 6555763.

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

Color convert

RGB 115 8 100 -
CMYK 0 0.93 0.13 0.55
HSL 308.41º 0.87% 0.24% -
HSV(B) 308.41º 0.93% 0.45% -
XYZ 9.46 4.74 12.47 -
YUV 50.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 115 8 100 0 0.93 0.13 0.55 308.41 0.87 0.24
Hex 73 8 64 0 5D D 37 134 57 18
Octal 163 10 144 0 135 15 67 464 127 30
Binary 1110011 1000 1100100 0 1011101 1101 110111 100110100 1010111 11000

Color Harmonies of #730864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730864

Black with #730864

Text Example


Text Example

White with #730864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730864; }

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

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

background-color css

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

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

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

border-color css

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

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

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