Html Css Color HEX #730197 Purple

📋 copy color: '#730197'

red 115 ◦ green 1 ◦ blue 151

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

Shades of Purple #730197

Tints of Purple #730197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 43.07%
G = 0.37%
B = 56.55%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730197 (or 0x730197) is known color: Purple. HEX triplet: 73, 01 and 97. RGB value is (115,1,151). Sum of RGB (Red+Green+Blue) = 115+1+151=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #730197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730197 is #8CFE68. Grayscale: #333333. Windows color (decimal): -9240169 or 9896307. OLE color: 9896307.

HSL color Cylindrical-coordinate representation of color #730197: hue angle of 285.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730197 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 1 151 -
CMYK 0.24 0.99 0 0.41
HSL 285.6º 0.99% 0.3% -
HSV(B) 285.6º 0.99% 0.59% -
XYZ 12.67 5.9 29.75 -
YUV 52.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 115 1 151 0.24 0.99 0 0.41 285.6 0.99 0.3
Hex 73 1 97 18 63 0 29 11E 63 1E
Octal 163 1 227 30 143 0 51 436 143 36
Binary 1110011 1 10010111 11000 1100011 0 101001 100011110 1100011 11110

Color Harmonies of #730197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730197

Black with #730197

Text Example


Text Example

White with #730197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730197; }

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

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

background-color css

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

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

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

border-color css

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

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

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