Html Css Color HEX #730894 Purple

📋 copy color: '#730894'

red 115 ◦ green 8 ◦ blue 148

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

Shades of Purple #730894

Tints of Purple #730894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 42.44%
G = 2.95%
B = 54.61%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730894 (or 0x730894) is known color: Purple. HEX triplet: 73, 08 and 94. RGB value is (115,8,148). Sum of RGB (Red+Green+Blue) = 115+8+148=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #730894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730894 is #8CF76B. Grayscale: #373737. Windows color (decimal): -9238380 or 9701491. OLE color: 9701491.

HSL color Cylindrical-coordinate representation of color #730894: hue angle of 285.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730894 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 8 148 -
CMYK 0.22 0.95 0 0.42
HSL 285.86º 0.9% 0.31% -
HSV(B) 285.86º 0.95% 0.58% -
XYZ 12.5 5.96 28.51 -
YUV 55.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 115 8 148 0.22 0.95 0 0.42 285.86 0.9 0.31
Hex 73 8 94 16 5F 0 2A 11E 5A 1F
Octal 163 10 224 26 137 0 52 436 132 37
Binary 1110011 1000 10010100 10110 1011111 0 101010 100011110 1011010 11111

Color Harmonies of #730894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730894

Black with #730894

Text Example


Text Example

White with #730894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730894; }

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

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

background-color css

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

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

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

border-color css

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

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

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