Html Css Color HEX #730094 Purple

📋 copy color: '#730094'

red 115 ◦ green 0 ◦ blue 148

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

Shades of Purple #730094

Tints of Purple #730094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.73%
G = 0%
B = 56.27%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730094 (or 0x730094) is known color: Purple. HEX triplet: 73, 00 and 94. RGB value is (115,0,148). Sum of RGB (Red+Green+Blue) = 115+0+148=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #730094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730094 is #8CFF6B. Grayscale: #323232. Windows color (decimal): -9240428 or 9699443. OLE color: 9699443.

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

Color convert

RGB 115 0 148 -
CMYK 0.22 1 0 0.42
HSL 286.62º 1% 0.29% -
HSV(B) 286.62º 1% 0.58% -
XYZ 12.42 5.78 28.48 -
YUV 51.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 115 0 148 0.22 1 0 0.42 286.62 1 0.29
Hex 73 0 94 16 64 0 2A 11F 64 1D
Octal 163 0 224 26 144 0 52 437 144 35
Binary 1110011 0 10010100 10110 1100100 0 101010 100011111 1100100 11101

Color Harmonies of #730094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730094

Black with #730094

Text Example


Text Example

White with #730094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730094; }

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

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

background-color css

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

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

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

border-color css

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

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

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