Html Css Color HEX #730292 Purple

📋 copy color: '#730292'

red 115 ◦ green 2 ◦ blue 146

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

Shades of Purple #730292

Tints of Purple #730292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 43.73%
G = 0.76%
B = 55.51%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730292 (or 0x730292) is known color: Purple. HEX triplet: 73, 02 and 92. RGB value is (115,2,146). Sum of RGB (Red+Green+Blue) = 115+2+146=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #730292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730292 is #8CFD6D. Grayscale: #333333. Windows color (decimal): -9239918 or 9568883. OLE color: 9568883.

HSL color Cylindrical-coordinate representation of color #730292: hue angle of 287.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730292 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 2 146 -
CMYK 0.21 0.99 0 0.43
HSL 287.08º 0.97% 0.29% -
HSV(B) 287.08º 0.99% 0.57% -
XYZ 12.28 5.76 27.66 -
YUV 52.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 115 2 146 0.21 0.99 0 0.43 287.08 0.97 0.29
Hex 73 2 92 15 63 0 2B 11F 61 1D
Octal 163 2 222 25 143 0 53 437 141 35
Binary 1110011 10 10010010 10101 1100011 0 101011 100011111 1100001 11101

Color Harmonies of #730292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730292

Black with #730292

Text Example


Text Example

White with #730292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730292; }

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

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

background-color css

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

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

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

border-color css

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

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

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