Html Css Color HEX #7F0073 Purple

📋 copy color: '#7F0073'

red 127 ◦ green 0 ◦ blue 115

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

Shades of Purple #7F0073

Tints of Purple #7F0073

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F0073 (or 0x7F0073) is known color: Purple. HEX triplet: 7F, 00 and 73. RGB value is (127,0,115). Sum of RGB (Red+Green+Blue) = 127+0+115=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0073 is #80FF8C. Grayscale: #323232. Windows color (decimal): -8454029 or 7536767. OLE color: 7536767.

HSL color Cylindrical-coordinate representation of color #7F0073: hue angle of 305.67º 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 #7F0073 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 115 -
CMYK 0 1 0.09 0.50
HSL 305.67º 1% 0.25% -
HSV(B) 305.67º 1% 0.5% -
XYZ 11.85 5.75 16.71 -
YUV 51.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 127 0 115 0 1 0.09 0.50 305.67 1 0.25
Hex 7F 0 73 0 64 9 32 132 64 19
Octal 177 0 163 0 144 11 62 462 144 31
Binary 1111111 0 1110011 0 1100100 1001 110010 100110010 1100100 11001

Color Harmonies of #7F0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0073

Black with #7F0073

Text Example


Text Example

White with #7F0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0073; }

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

 H1.HeaderClassName
 {
   color: #7F0073;
 }
 .AnyTagClassName
 {
   color: #7F0073;
 }
</style>

background-color css

<style>
 a { background-color: #7F0073; }

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

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

border-color css

<style>
 span { border-color: #7F0073; }

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

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