Html Css Color HEX #730995 Purple

📋 copy color: '#730995'

red 115 ◦ green 9 ◦ blue 149

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

Shades of Purple #730995

Tints of Purple #730995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 42.12%
G = 3.3%
B = 54.58%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730995 (or 0x730995) is known color: Purple. HEX triplet: 73, 09 and 95. RGB value is (115,9,149). Sum of RGB (Red+Green+Blue) = 115+9+149=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #730995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730995 is #8CF66A. Grayscale: #383838. Windows color (decimal): -9238123 or 9767283. OLE color: 9767283.

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

Color convert

RGB 115 9 149 -
CMYK 0.23 0.94 0 0.42
HSL 285.43º 0.89% 0.31% -
HSV(B) 285.43º 0.94% 0.58% -
XYZ 12.59 6.01 28.93 -
YUV 56.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 115 9 149 0.23 0.94 0 0.42 285.43 0.89 0.31
Hex 73 9 95 17 5E 0 2A 11D 59 1F
Octal 163 11 225 27 136 0 52 435 131 37
Binary 1110011 1001 10010101 10111 1011110 0 101010 100011101 1011001 11111

Color Harmonies of #730995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730995

Black with #730995

Text Example


Text Example

White with #730995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730995; }

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

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

background-color css

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

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

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

border-color css

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

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

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