Html Css Color HEX #73015F Purple

📋 copy color: '#73015F'

red 115 ◦ green 1 ◦ blue 95

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

Shades of Purple #73015F

Tints of Purple #73015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 54.5%
G = 0.47%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73015F (or 0x73015F) is known color: Purple. HEX triplet: 73, 01 and 5F. RGB value is (115,1,95). Sum of RGB (Red+Green+Blue) = 115+1+95=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73015F is #8CFEA0. Grayscale: #2D2D2D. Windows color (decimal): -9240225 or 6226291. OLE color: 6226291.

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

Color convert

RGB 115 1 95 -
CMYK 0 0.99 0.17 0.55
HSL 310.53º 0.98% 0.23% -
HSV(B) 310.53º 0.99% 0.45% -
XYZ 9.15 4.49 11.21 -
YUV 45.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 115 1 95 0 0.99 0.17 0.55 310.53 0.98 0.23
Hex 73 1 5F 0 63 11 37 137 62 17
Octal 163 1 137 0 143 21 67 467 142 27
Binary 1110011 1 1011111 0 1100011 10001 110111 100110111 1100010 10111

Color Harmonies of #73015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73015F

Black with #73015F

Text Example


Text Example

White with #73015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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