Html Css Color HEX #730B8E Purple

📋 copy color: '#730B8E'

red 115 ◦ green 11 ◦ blue 142

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

Shades of Purple #730B8E

Tints of Purple #730B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 42.91%
G = 4.1%
B = 52.99%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#730B8E (or 0x730B8E) is known color: Purple. HEX triplet: 73, 0B and 8E. RGB value is (115,11,142). Sum of RGB (Red+Green+Blue) = 115+11+142=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #730B8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B8E is #8CF471. Grayscale: #383838. Windows color (decimal): -9237618 or 9309043. OLE color: 9309043.

HSL color Cylindrical-coordinate representation of color #730B8E: hue angle of 287.63º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B8E is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 11 142 -
CMYK 0.19 0.92 0 0.44
HSL 287.63º 0.86% 0.3% -
HSV(B) 287.63º 0.92% 0.56% -
XYZ 12.07 5.84 26.08 -
YUV 57.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 115 11 142 0.19 0.92 0 0.44 287.63 0.86 0.3
Hex 73 B 8E 13 5C 0 2C 120 56 1E
Octal 163 13 216 23 134 0 54 440 126 36
Binary 1110011 1011 10001110 10011 1011100 0 101100 100100000 1010110 11110

Color Harmonies of #730B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B8E

Black with #730B8E

Text Example


Text Example

White with #730B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,142); }

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

background-color css

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

 a { background-color: rgb(115,11,142); }

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

border-color css

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

 span { border-color: rgb(115,11,142); }

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