Html Css Color HEX #73098C Purple

📋 copy color: '#73098C'

red 115 ◦ green 9 ◦ blue 140

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

Shades of Purple #73098C

Tints of Purple #73098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 43.56%
G = 3.41%
B = 53.03%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73098C (or 0x73098C) is known color: Purple. HEX triplet: 73, 09 and 8C. RGB value is (115,9,140). Sum of RGB (Red+Green+Blue) = 115+9+140=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #73098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73098C is #8CF673. Grayscale: #373737. Windows color (decimal): -9238132 or 9177459. OLE color: 9177459.

HSL color Cylindrical-coordinate representation of color #73098C: hue angle of 288.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73098C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 9 140 -
CMYK 0.18 0.94 0 0.45
HSL 288.55º 0.88% 0.29% -
HSV(B) 288.55º 0.94% 0.55% -
XYZ 11.9 5.73 25.29 -
YUV 55.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 115 9 140 0.18 0.94 0 0.45 288.55 0.88 0.29
Hex 73 9 8C 12 5E 0 2D 121 58 1D
Octal 163 11 214 22 136 0 55 441 130 35
Binary 1110011 1001 10001100 10010 1011110 0 101101 100100001 1011000 11101

Color Harmonies of #73098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73098C

Black with #73098C

Text Example


Text Example

White with #73098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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