Html Css Color HEX #73007F Purple

📋 copy color: '#73007F'

red 115 ◦ green 0 ◦ blue 127

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

Shades of Purple #73007F

Tints of Purple #73007F

RGB

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

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

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

R = 47.52%
G = 0%
B = 52.48%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73007F (or 0x73007F) is known color: Purple. HEX triplet: 73, 00 and 7F. RGB value is (115,0,127). Sum of RGB (Red+Green+Blue) = 115+0+127=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #73007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73007F is #8CFF80. Grayscale: #303030. Windows color (decimal): -9240449 or 8323187. OLE color: 8323187.

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

Color convert

RGB 115 0 127 -
CMYK 0.09 1 0 0.50
HSL 294.33º 1% 0.25% -
HSV(B) 294.33º 1% 0.5% -
XYZ 10.9 5.18 20.5 -
YUV 48.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 115 0 127 0.09 1 0 0.50 294.33 1 0.25
Hex 73 0 7F 9 64 0 32 126 64 19
Octal 163 0 177 11 144 0 62 446 144 31
Binary 1110011 0 1111111 1001 1100100 0 110010 100100110 1100100 11001

Color Harmonies of #73007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73007F

Black with #73007F

Text Example


Text Example

White with #73007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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