Html Css Color HEX #73178A Purple

📋 copy color: '#73178A'

red 115 ◦ green 23 ◦ blue 138

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

Shades of Purple #73178A

Tints of Purple #73178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 138 (54.3% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73178A (or 0x73178A) is known color: Purple. HEX triplet: 73, 17 and 8A. RGB value is (115,23,138). Sum of RGB (Red+Green+Blue) = 115+23+138=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #73178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73178A is #8CE875. Grayscale: #3F3F3F. Windows color (decimal): -9234550 or 9049971. OLE color: 9049971.

HSL color Cylindrical-coordinate representation of color #73178A: hue angle of 288º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73178A is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 23 138 -
CMYK 0.17 0.83 0 0.46
HSL 288º 0.71% 0.32% -
HSV(B) 288º 0.83% 0.54% -
XYZ 11.96 6.09 24.59 -
YUV 63.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 115 23 138 0.17 0.83 0 0.46 288 0.71 0.32
Hex 73 17 8A 11 53 0 2E 120 47 20
Octal 163 27 212 21 123 0 56 440 107 40
Binary 1110011 10111 10001010 10001 1010011 0 101110 100100000 1000111 100000

Color Harmonies of #73178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73178A

Black with #73178A

Text Example


Text Example

White with #73178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73178A; }

 p { color: rgb(115,23,138); }

 H1.HeaderClassName
 {
   color: #73178A;
 }
 .AnyTagClassName
 {
   color: #73178A;
 }
</style>

background-color css

<style>
 a { background-color: #73178A; }

 a { background-color: rgb(115,23,138); }

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

border-color css

<style>
 span { border-color: #73178A; }

 span { border-color: rgb(115,23,138); }

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