Html Css Color HEX #730F97 Purple

📋 copy color: '#730F97'

red 115 ◦ green 15 ◦ blue 151

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

Shades of Purple #730F97

Tints of Purple #730F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 40.93%
G = 5.34%
B = 53.74%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730F97 (or 0x730F97) is known color: Purple. HEX triplet: 73, 0F and 97. RGB value is (115,15,151). Sum of RGB (Red+Green+Blue) = 115+15+151=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #730F97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730F97 is #8CF068. Grayscale: #3B3B3B. Windows color (decimal): -9236585 or 9899891. OLE color: 9899891.

HSL color Cylindrical-coordinate representation of color #730F97: hue angle of 284.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730F97 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 15 151 -
CMYK 0.24 0.90 0 0.41
HSL 284.12º 0.82% 0.33% -
HSV(B) 284.12º 0.9% 0.59% -
XYZ 12.83 6.22 29.8 -
YUV 60.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 115 15 151 0.24 0.90 0 0.41 284.12 0.82 0.33
Hex 73 F 97 18 5A 0 29 11C 52 21
Octal 163 17 227 30 132 0 51 434 122 41
Binary 1110011 1111 10010111 11000 1011010 0 101001 100011100 1010010 100001

Color Harmonies of #730F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F97

Black with #730F97

Text Example


Text Example

White with #730F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,151); }

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

background-color css

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

 a { background-color: rgb(115,15,151); }

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

border-color css

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

 span { border-color: rgb(115,15,151); }

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