Html Css Color HEX #730297 Purple

📋 copy color: '#730297'

red 115 ◦ green 2 ◦ blue 151

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

Shades of Purple #730297

Tints of Purple #730297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 42.91%
G = 0.75%
B = 56.34%

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

#730297 (or 0x730297) is known color: Purple. HEX triplet: 73, 02 and 97. RGB value is (115,2,151). Sum of RGB (Red+Green+Blue) = 115+2+151=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #730297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730297 is #8CFD68. Grayscale: #343434. Windows color (decimal): -9239913 or 9896563. OLE color: 9896563.

HSL color Cylindrical-coordinate representation of color #730297: hue angle of 285.5º degrees, saturation: 0.97, 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 #730297 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 2 151 -
CMYK 0.24 0.99 0 0.41
HSL 285.5º 0.97% 0.3% -
HSV(B) 285.5º 0.99% 0.59% -
XYZ 12.68 5.92 29.75 -
YUV 52.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 115 2 151 0.24 0.99 0 0.41 285.5 0.97 0.3
Hex 73 2 97 18 63 0 29 11E 61 1E
Octal 163 2 227 30 143 0 51 436 141 36
Binary 1110011 10 10010111 11000 1100011 0 101001 100011110 1100001 11110

Color Harmonies of #730297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730297

Black with #730297

Text Example


Text Example

White with #730297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730297; }

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

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

background-color css

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

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

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

border-color css

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

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

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