Html Css Color HEX #730896 Purple

📋 copy color: '#730896'

red 115 ◦ green 8 ◦ blue 150

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

Shades of Purple #730896

Tints of Purple #730896

RGB

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

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

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

R = 42.12%
G = 2.93%
B = 54.95%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730896 (or 0x730896) is known color: Purple. HEX triplet: 73, 08 and 96. RGB value is (115,8,150). Sum of RGB (Red+Green+Blue) = 115+8+150=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #730896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730896 is #8CF769. Grayscale: #373737. Windows color (decimal): -9238378 or 9832563. OLE color: 9832563.

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

Color convert

RGB 115 8 150 -
CMYK 0.23 0.95 0 0.41
HSL 285.21º 0.9% 0.31% -
HSV(B) 285.21º 0.95% 0.59% -
XYZ 12.66 6.02 29.35 -
YUV 56.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 115 8 150 0.23 0.95 0 0.41 285.21 0.9 0.31
Hex 73 8 96 17 5F 0 29 11D 5A 1F
Octal 163 10 226 27 137 0 51 435 132 37
Binary 1110011 1000 10010110 10111 1011111 0 101001 100011101 1011010 11111

Color Harmonies of #730896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730896

Black with #730896

Text Example


Text Example

White with #730896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730896; }

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

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

background-color css

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

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

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

border-color css

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

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

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