Html Css Color HEX #73017F Purple

📋 copy color: '#73017F'

red 115 ◦ green 1 ◦ blue 127

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

Shades of Purple #73017F

Tints of Purple #73017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.26%

R = 47.33%
G = 0.41%
B = 52.26%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73017F (or 0x73017F) is known color: Purple. HEX triplet: 73, 01 and 7F. RGB value is (115,1,127). Sum of RGB (Red+Green+Blue) = 115+1+127=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #73017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73017F is #8CFE80. Grayscale: #313131. Windows color (decimal): -9240193 or 8323443. OLE color: 8323443.

HSL color Cylindrical-coordinate representation of color #73017F: hue angle of 294.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73017F is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 1 127 -
CMYK 0.09 0.99 0 0.50
HSL 294.29º 0.98% 0.25% -
HSV(B) 294.29º 0.99% 0.5% -
XYZ 10.91 5.2 20.51 -
YUV 49.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 115 1 127 0.09 0.99 0 0.50 294.29 0.98 0.25
Hex 73 1 7F 9 63 0 32 126 62 19
Octal 163 1 177 11 143 0 62 446 142 31
Binary 1110011 1 1111111 1001 1100011 0 110010 100100110 1100010 11001

Color Harmonies of #73017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73017F

Black with #73017F

Text Example


Text Example

White with #73017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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