Html Css Color HEX #730392 Purple

📋 copy color: '#730392'

red 115 ◦ green 3 ◦ blue 146

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

Shades of Purple #730392

Tints of Purple #730392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 43.56%
G = 1.14%
B = 55.3%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730392 (or 0x730392) is known color: Purple. HEX triplet: 73, 03 and 92. RGB value is (115,3,146). Sum of RGB (Red+Green+Blue) = 115+3+146=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #730392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730392 is #8CFC6D. Grayscale: #343434. Windows color (decimal): -9239662 or 9569139. OLE color: 9569139.

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

Color convert

RGB 115 3 146 -
CMYK 0.21 0.98 0 0.43
HSL 286.99º 0.96% 0.29% -
HSV(B) 286.99º 0.98% 0.57% -
XYZ 12.29 5.79 27.66 -
YUV 52.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 115 3 146 0.21 0.98 0 0.43 286.99 0.96 0.29
Hex 73 3 92 15 62 0 2B 11F 60 1D
Octal 163 3 222 25 142 0 53 437 140 35
Binary 1110011 11 10010010 10101 1100010 0 101011 100011111 1100000 11101

Color Harmonies of #730392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730392

Black with #730392

Text Example


Text Example

White with #730392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730392; }

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

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

background-color css

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

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

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

border-color css

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

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

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