Html Css Color HEX #730E92 Purple

📋 copy color: '#730E92'

red 115 ◦ green 14 ◦ blue 146

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

Shades of Purple #730E92

Tints of Purple #730E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

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

R = 41.82%
G = 5.09%
B = 53.09%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730E92 (or 0x730E92) is known color: Purple. HEX triplet: 73, 0E and 92. RGB value is (115,14,146). Sum of RGB (Red+Green+Blue) = 115+14+146=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #730E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E92 is #8CF16D. Grayscale: #3A3A3A. Windows color (decimal): -9236846 or 9571955. OLE color: 9571955.

HSL color Cylindrical-coordinate representation of color #730E92: hue angle of 285.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730E92 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 14 146 -
CMYK 0.21 0.90 0 0.43
HSL 285.91º 0.83% 0.31% -
HSV(B) 285.91º 0.9% 0.57% -
XYZ 12.42 6.03 27.7 -
YUV 59.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 115 14 146 0.21 0.90 0 0.43 285.91 0.83 0.31
Hex 73 E 92 15 5A 0 2B 11E 52 1F
Octal 163 16 222 25 132 0 53 436 122 37
Binary 1110011 1110 10010010 10101 1011010 0 101011 100011110 1010010 11111

Color Harmonies of #730E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E92

Black with #730E92

Text Example


Text Example

White with #730E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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