Html Css Color HEX #73088D Purple

📋 copy color: '#73088D'

red 115 ◦ green 8 ◦ blue 141

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

Shades of Purple #73088D

Tints of Purple #73088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 43.56%
G = 3.03%
B = 53.41%

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

#73088D (or 0x73088D) is known color: Purple. HEX triplet: 73, 08 and 8D. RGB value is (115,8,141). Sum of RGB (Red+Green+Blue) = 115+8+141=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #73088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73088D is #8CF772. Grayscale: #363636. Windows color (decimal): -9238387 or 9242739. OLE color: 9242739.

HSL color Cylindrical-coordinate representation of color #73088D: hue angle of 288.27º degrees, saturation: 0.89, 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 #73088D is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 8 141 -
CMYK 0.18 0.94 0 0.45
HSL 288.27º 0.89% 0.29% -
HSV(B) 288.27º 0.94% 0.55% -
XYZ 11.96 5.74 25.68 -
YUV 55.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 115 8 141 0.18 0.94 0 0.45 288.27 0.89 0.29
Hex 73 8 8D 12 5E 0 2D 120 59 1D
Octal 163 10 215 22 136 0 55 440 131 35
Binary 1110011 1000 10001101 10010 1011110 0 101101 100100000 1011001 11101

Color Harmonies of #73088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73088D

Black with #73088D

Text Example


Text Example

White with #73088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73088D; }

 p { color: rgb(115,8,141); }

 H1.HeaderClassName
 {
   color: #73088D;
 }
 .AnyTagClassName
 {
   color: #73088D;
 }
</style>

background-color css

<style>
 a { background-color: #73088D; }

 a { background-color: rgb(115,8,141); }

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

border-color css

<style>
 span { border-color: #73088D; }

 span { border-color: rgb(115,8,141); }

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