Html Css Color HEX #730A95 Purple

📋 copy color: '#730A95'

red 115 ◦ green 10 ◦ blue 149

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

Shades of Purple #730A95

Tints of Purple #730A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 41.97%
G = 3.65%
B = 54.38%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730A95 (or 0x730A95) is known color: Purple. HEX triplet: 73, 0A and 95. RGB value is (115,10,149). Sum of RGB (Red+Green+Blue) = 115+10+149=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #730A95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A95 is #8CF56A. Grayscale: #383838. Windows color (decimal): -9237867 or 9767539. OLE color: 9767539.

HSL color Cylindrical-coordinate representation of color #730A95: hue angle of 285.32º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730A95 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 10 149 -
CMYK 0.23 0.93 0 0.42
HSL 285.32º 0.87% 0.31% -
HSV(B) 285.32º 0.93% 0.58% -
XYZ 12.6 6.03 28.93 -
YUV 57.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 115 10 149 0.23 0.93 0 0.42 285.32 0.87 0.31
Hex 73 A 95 17 5D 0 2A 11D 57 1F
Octal 163 12 225 27 135 0 52 435 127 37
Binary 1110011 1010 10010101 10111 1011101 0 101010 100011101 1010111 11111

Color Harmonies of #730A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A95

Black with #730A95

Text Example


Text Example

White with #730A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A95; }

 p { color: rgb(115,10,149); }

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

background-color css

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

 a { background-color: rgb(115,10,149); }

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

border-color css

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

 span { border-color: rgb(115,10,149); }

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