Html Css Color HEX #730D92 Purple

📋 copy color: '#730D92'

red 115 ◦ green 13 ◦ blue 146

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

Shades of Purple #730D92

Tints of Purple #730D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

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

R = 41.97%
G = 4.74%
B = 53.28%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730D92 (or 0x730D92) is known color: Purple. HEX triplet: 73, 0D and 92. RGB value is (115,13,146). Sum of RGB (Red+Green+Blue) = 115+13+146=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #730D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D92 is #8CF26D. Grayscale: #3A3A3A. Windows color (decimal): -9237102 or 9571699. OLE color: 9571699.

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

Color convert

RGB 115 13 146 -
CMYK 0.21 0.91 0 0.43
HSL 286.02º 0.84% 0.31% -
HSV(B) 286.02º 0.91% 0.57% -
XYZ 12.4 6.01 27.7 -
YUV 58.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 115 13 146 0.21 0.91 0 0.43 286.02 0.84 0.31
Hex 73 D 92 15 5B 0 2B 11E 54 1F
Octal 163 15 222 25 133 0 53 436 124 37
Binary 1110011 1101 10010010 10101 1011011 0 101011 100011110 1010100 11111

Color Harmonies of #730D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D92

Black with #730D92

Text Example


Text Example

White with #730D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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