Html Css Color HEX #73005F Purple

📋 copy color: '#73005F'

red 115 ◦ green 0 ◦ blue 95

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

Shades of Purple #73005F

Tints of Purple #73005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.76%
G = 0%
B = 45.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73005F (or 0x73005F) is known color: Purple. HEX triplet: 73, 00 and 5F. RGB value is (115,0,95). Sum of RGB (Red+Green+Blue) = 115+0+95=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73005F is #8CFFA0. Grayscale: #2C2C2C. Windows color (decimal): -9240481 or 6226035. OLE color: 6226035.

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

Color convert

RGB 115 0 95 -
CMYK 0 1 0.17 0.55
HSL 310.43º 1% 0.23% -
HSV(B) 310.43º 1% 0.45% -
XYZ 9.14 4.47 11.21 -
YUV 45.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 115 0 95 0 1 0.17 0.55 310.43 1 0.23
Hex 73 0 5F 0 64 11 37 136 64 17
Octal 163 0 137 0 144 21 67 466 144 27
Binary 1110011 0 1011111 0 1100100 10001 110111 100110110 1100100 10111

Color Harmonies of #73005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73005F

Black with #73005F

Text Example


Text Example

White with #73005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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