Html Css Color HEX #73098E Purple

📋 copy color: '#73098E'

red 115 ◦ green 9 ◦ blue 142

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

Shades of Purple #73098E

Tints of Purple #73098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 43.23%
G = 3.38%
B = 53.38%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73098E (or 0x73098E) is known color: Purple. HEX triplet: 73, 09 and 8E. RGB value is (115,9,142). Sum of RGB (Red+Green+Blue) = 115+9+142=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #73098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73098E is #8CF671. Grayscale: #373737. Windows color (decimal): -9238130 or 9308531. OLE color: 9308531.

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

Color convert

RGB 115 9 142 -
CMYK 0.19 0.94 0 0.44
HSL 287.82º 0.88% 0.3% -
HSV(B) 287.82º 0.94% 0.56% -
XYZ 12.05 5.79 26.07 -
YUV 55.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 115 9 142 0.19 0.94 0 0.44 287.82 0.88 0.3
Hex 73 9 8E 13 5E 0 2C 120 58 1E
Octal 163 11 216 23 136 0 54 440 130 36
Binary 1110011 1001 10001110 10011 1011110 0 101100 100100000 1011000 11110

Color Harmonies of #73098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73098E

Black with #73098E

Text Example


Text Example

White with #73098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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