Html Css Color HEX #73035F Purple

📋 copy color: '#73035F'

red 115 ◦ green 3 ◦ blue 95

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

Shades of Purple #73035F

Tints of Purple #73035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 53.99%
G = 1.41%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73035F (or 0x73035F) is known color: Purple. HEX triplet: 73, 03 and 5F. RGB value is (115,3,95). Sum of RGB (Red+Green+Blue) = 115+3+95=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73035F is #8CFCA0. Grayscale: #2E2E2E. Windows color (decimal): -9239713 or 6226803. OLE color: 6226803.

HSL color Cylindrical-coordinate representation of color #73035F: hue angle of 310.71º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73035F is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 95 -
CMYK 0 0.97 0.17 0.55
HSL 310.71º 0.95% 0.23% -
HSV(B) 310.71º 0.97% 0.45% -
XYZ 9.17 4.54 11.22 -
YUV 46.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 115 3 95 0 0.97 0.17 0.55 310.71 0.95 0.23
Hex 73 3 5F 0 61 11 37 137 5F 17
Octal 163 3 137 0 141 21 67 467 137 27
Binary 1110011 11 1011111 0 1100001 10001 110111 100110111 1011111 10111

Color Harmonies of #73035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73035F

Black with #73035F

Text Example


Text Example

White with #73035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,3,95); }

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

background-color css

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

 a { background-color: rgb(115,3,95); }

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

border-color css

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

 span { border-color: rgb(115,3,95); }

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