Html Css Color HEX #73146F Dark Purple

📋 copy color: '#73146F'

red 115 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #73146F

Tints of Dark Purple #73146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 46.75%
G = 8.13%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73146F (or 0x73146F) is known color: Dark Purple. HEX triplet: 73, 14 and 6F. RGB value is (115,20,111). Sum of RGB (Red+Green+Blue) = 115+20+111=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146F is #8CEB90. Grayscale: #3A3A3A. Windows color (decimal): -9235345 or 7279731. OLE color: 7279731.

HSL color Cylindrical-coordinate representation of color #73146F: hue angle of 302.53º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146F is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 111 -
CMYK 0 0.83 0.03 0.55
HSL 302.53º 0.7% 0.26% -
HSV(B) 302.53º 0.83% 0.45% -
XYZ 10.19 5.29 15.52 -
YUV 58.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 115 20 111 0 0.83 0.03 0.55 302.53 0.7 0.26
Hex 73 14 6F 0 53 3 37 12F 46 1A
Octal 163 24 157 0 123 3 67 457 106 32
Binary 1110011 10100 1101111 0 1010011 11 110111 100101111 1000110 11010

Color Harmonies of #73146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73146F

Black with #73146F

Text Example


Text Example

White with #73146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73146F; }

 p { color: rgb(115,20,111); }

 H1.HeaderClassName
 {
   color: #73146F;
 }
 .AnyTagClassName
 {
   color: #73146F;
 }
</style>

background-color css

<style>
 a { background-color: #73146F; }

 a { background-color: rgb(115,20,111); }

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

border-color css

<style>
 span { border-color: #73146F; }

 span { border-color: rgb(115,20,111); }

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