Html Css Color HEX #730092 Purple

📋 copy color: '#730092'

red 115 ◦ green 0 ◦ blue 146

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

Shades of Purple #730092

Tints of Purple #730092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.06%
G = 0%
B = 55.94%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730092 (or 0x730092) is known color: Purple. HEX triplet: 73, 00 and 92. RGB value is (115,0,146). Sum of RGB (Red+Green+Blue) = 115+0+146=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #730092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730092 is #8CFF6D. Grayscale: #323232. Windows color (decimal): -9240430 or 9568371. OLE color: 9568371.

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

Color convert

RGB 115 0 146 -
CMYK 0.21 1 0 0.43
HSL 287.26º 1% 0.29% -
HSV(B) 287.26º 1% 0.57% -
XYZ 12.26 5.72 27.65 -
YUV 51.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 115 0 146 0.21 1 0 0.43 287.26 1 0.29
Hex 73 0 92 15 64 0 2B 11F 64 1D
Octal 163 0 222 25 144 0 53 437 144 35
Binary 1110011 0 10010010 10101 1100100 0 101011 100011111 1100100 11101

Color Harmonies of #730092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730092

Black with #730092

Text Example


Text Example

White with #730092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730092; }

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

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

background-color css

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

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

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

border-color css

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

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

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