Html Css Color HEX #730996 Purple

📋 copy color: '#730996'

red 115 ◦ green 9 ◦ blue 150

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

Shades of Purple #730996

Tints of Purple #730996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.74%

R = 41.97%
G = 3.28%
B = 54.74%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730996 (or 0x730996) is known color: Purple. HEX triplet: 73, 09 and 96. RGB value is (115,9,150). Sum of RGB (Red+Green+Blue) = 115+9+150=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #730996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730996 is #8CF669. Grayscale: #383838. Windows color (decimal): -9238122 or 9832819. OLE color: 9832819.

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

Color convert

RGB 115 9 150 -
CMYK 0.23 0.94 0 0.41
HSL 285.11º 0.89% 0.31% -
HSV(B) 285.11º 0.94% 0.59% -
XYZ 12.67 6.04 29.35 -
YUV 56.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 115 9 150 0.23 0.94 0 0.41 285.11 0.89 0.31
Hex 73 9 96 17 5E 0 29 11D 59 1F
Octal 163 11 226 27 136 0 51 435 131 37
Binary 1110011 1001 10010110 10111 1011110 0 101001 100011101 1011001 11111

Color Harmonies of #730996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730996

Black with #730996

Text Example


Text Example

White with #730996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730996; }

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

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

background-color css

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

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

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

border-color css

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

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

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