Html Css Color HEX #7F007A Purple

📋 copy color: '#7F007A'

red 127 ◦ green 0 ◦ blue 122

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

Shades of Purple #7F007A

Tints of Purple #7F007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49%

R = 51%
G = 0%
B = 49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F007A (or 0x7F007A) is known color: Purple. HEX triplet: 7F, 00 and 7A. RGB value is (127,0,122). Sum of RGB (Red+Green+Blue) = 127+0+122=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F007A is #80FF85. Grayscale: #333333. Windows color (decimal): -8454022 or 7995519. OLE color: 7995519.

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

Color convert

RGB 127 0 122 -
CMYK 0 1 0.04 0.50
HSL 302.36º 1% 0.25% -
HSV(B) 302.36º 1% 0.5% -
XYZ 12.27 5.92 18.91 -
YUV 51.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 127 0 122 0 1 0.04 0.50 302.36 1 0.25
Hex 7F 0 7A 0 64 4 32 12E 64 19
Octal 177 0 172 0 144 4 62 456 144 31
Binary 1111111 0 1111010 0 1100100 100 110010 100101110 1100100 11001

Color Harmonies of #7F007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F007A

Black with #7F007A

Text Example


Text Example

White with #7F007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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