Html Css Color HEX #7F0A7A Purple

📋 copy color: '#7F0A7A'

red 127 ◦ green 10 ◦ blue 122

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

Shades of Purple #7F0A7A

Tints of Purple #7F0A7A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 49.03%
G = 3.86%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F0A7A (or 0x7F0A7A) is known color: Purple. HEX triplet: 7F, 0A and 7A. RGB value is (127,10,122). Sum of RGB (Red+Green+Blue) = 127+10+122=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0A7A is #80F585. Grayscale: #393939. Windows color (decimal): -8451462 or 7998079. OLE color: 7998079.

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

Color convert

RGB 127 10 122 -
CMYK 0 0.92 0.04 0.50
HSL 302.56º 0.85% 0.27% -
HSV(B) 302.56º 0.92% 0.5% -
XYZ 12.37 6.13 18.94 -
YUV 57.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 127 10 122 0 0.92 0.04 0.50 302.56 0.85 0.27
Hex 7F A 7A 0 5C 4 32 12F 55 1B
Octal 177 12 172 0 134 4 62 457 125 33
Binary 1111111 1010 1111010 0 1011100 100 110010 100101111 1010101 11011

Color Harmonies of #7F0A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0A7A

Black with #7F0A7A

Text Example


Text Example

White with #7F0A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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