Html Css Color HEX #73187D Purple

📋 copy color: '#73187D'

red 115 ◦ green 24 ◦ blue 125

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

Shades of Purple #73187D

Tints of Purple #73187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 43.56%
G = 9.09%
B = 47.35%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73187D (or 0x73187D) is known color: Purple. HEX triplet: 73, 18 and 7D. RGB value is (115,24,125). Sum of RGB (Red+Green+Blue) = 115+24+125=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #73187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73187D is #8CE782. Grayscale: #3E3E3E. Windows color (decimal): -9234307 or 8198259. OLE color: 8198259.

HSL color Cylindrical-coordinate representation of color #73187D: hue angle of 294.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73187D is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 24 125 -
CMYK 0.08 0.81 0 0.51
HSL 294.06º 0.68% 0.29% -
HSV(B) 294.06º 0.81% 0.49% -
XYZ 11.1 5.78 19.93 -
YUV 62.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 115 24 125 0.08 0.81 0 0.51 294.06 0.68 0.29
Hex 73 18 7D 8 51 0 33 126 44 1D
Octal 163 30 175 10 121 0 63 446 104 35
Binary 1110011 11000 1111101 1000 1010001 0 110011 100100110 1000100 11101

Color Harmonies of #73187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73187D

Black with #73187D

Text Example


Text Example

White with #73187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,24,125); }

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

background-color css

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

 a { background-color: rgb(115,24,125); }

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

border-color css

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

 span { border-color: rgb(115,24,125); }

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