Html Css Color HEX #7F067A Purple

📋 copy color: '#7F067A'

red 127 ◦ green 6 ◦ blue 122

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

Shades of Purple #7F067A

Tints of Purple #7F067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 49.8%
G = 2.35%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F067A (or 0x7F067A) is known color: Purple. HEX triplet: 7F, 06 and 7A. RGB value is (127,6,122). Sum of RGB (Red+Green+Blue) = 127+6+122=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F067A is #80F985. Grayscale: #373737. Windows color (decimal): -8452486 or 7997055. OLE color: 7997055.

HSL color Cylindrical-coordinate representation of color #7F067A: hue angle of 302.48º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F067A is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 6 122 -
CMYK 0 0.95 0.04 0.50
HSL 302.48º 0.91% 0.26% -
HSV(B) 302.48º 0.95% 0.5% -
XYZ 12.33 6.05 18.93 -
YUV 55.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 127 6 122 0 0.95 0.04 0.50 302.48 0.91 0.26
Hex 7F 6 7A 0 5F 4 32 12E 5B 1A
Octal 177 6 172 0 137 4 62 456 133 32
Binary 1111111 110 1111010 0 1011111 100 110010 100101110 1011011 11010

Color Harmonies of #7F067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F067A

Black with #7F067A

Text Example


Text Example

White with #7F067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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